Html Css Color HEX #967444 Pale Brown

📋 copy color: '#967444'

red 150 ◦ green 116 ◦ blue 68

#967444
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Brown #967444

Tints of Pale Brown #967444

RGB

 RED value IS 150 (58.98% from 255) = 44.91%

 GREEN value IS 116 (45.7% from 255) = 34.73%

 BLUE value IS 68 (26.95% from 255) = 20.36%

R = 44.91%
G = 34.73%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#967444 (or 0x967444) is known color: Pale Brown. HEX triplet: 96, 74 and 44. RGB value is (150,116,68). Sum of RGB (Red+Green+Blue) = 150+116+68=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #967444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967444 is #698BBB. Grayscale: #787878. Windows color (decimal): -6917052 or 4486294. OLE color: 4486294.

HSL color Cylindrical-coordinate representation of color #967444: hue angle of 35.12º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #967444 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 116 68 -
CMYK 0 0.23 0.55 0.41
HSL 35.12º 0.38% 0.43% -
HSV(B) 35.12º 0.55% 0.59% -
XYZ 19.87 19.39 8.16 -
YUV 120.69 98.26 148.9 -
System Red Green Blue C M Y K H S L
Decimal 150 116 68 0 0.23 0.55 0.41 35.12 0.38 0.43
Hex 96 74 44 0 17 37 29 23 26 2B
Octal 226 164 104 0 27 67 51 43 46 53
Binary 10010110 1110100 1000100 0 10111 110111 101001 100011 100110 101011

Color Harmonies of #967444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967444

Black with #967444

Text Example


Text Example

White with #967444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967444; }

 p { color: rgb(150,116,68); }

 H1.HeaderClassName
 {
   color: #967444;
 }
 .AnyTagClassName
 {
   color: #967444;
 }
</style>

background-color css

<style>
 a { background-color: #967444; }

 a { background-color: rgb(150,116,68); }

 div.DivClassName
 {
   background-color: #967444;
 }
 .BgClassName
 {
   background-color: #967444;
 }
</style>

border-color css

<style>
 span { border-color: #967444; }

 span { border-color: rgb(150,116,68); }

 td.TdClassName
 {
   border-color: #967444;
 }
 .TagClassName
 {
   border-color: #967444;
 }
</style>