Html Css Color HEX #966F49 Pale Brown

📋 copy color: '#966F49'

red 150 ◦ green 111 ◦ blue 73

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

Shades of Pale Brown #966F49

Tints of Pale Brown #966F49

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.23%

 BLUE value IS 73 (28.91% from 255) = 21.86%

R = 44.91%
G = 33.23%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#966F49 (or 0x966F49) is known color: Pale Brown. HEX triplet: 96, 6F and 49. RGB value is (150,111,73). Sum of RGB (Red+Green+Blue) = 150+111+73=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #966F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F49 is #6990B6. Grayscale: #767676. Windows color (decimal): -6918327 or 4812694. OLE color: 4812694.

HSL color Cylindrical-coordinate representation of color #966F49: hue angle of 29.61º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #966F49 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 111 73 -
CMYK 0 0.26 0.51 0.41
HSL 29.61º 0.35% 0.44% -
HSV(B) 29.61º 0.51% 0.59% -
XYZ 19.46 18.33 8.82 -
YUV 118.33 102.42 150.59 -
System Red Green Blue C M Y K H S L
Decimal 150 111 73 0 0.26 0.51 0.41 29.61 0.35 0.44
Hex 96 6F 49 0 1A 33 29 1E 23 2C
Octal 226 157 111 0 32 63 51 36 43 54
Binary 10010110 1101111 1001001 0 11010 110011 101001 11110 100011 101100

Color Harmonies of #966F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F49

Black with #966F49

Text Example


Text Example

White with #966F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966F49; }

 p { color: rgb(150,111,73); }

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

background-color css

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

 a { background-color: rgb(150,111,73); }

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

border-color css

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

 span { border-color: rgb(150,111,73); }

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