Html Css Color HEX #966F4A Pale Brown

📋 copy color: '#966F4A'

red 150 ◦ green 111 ◦ blue 74

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

Shades of Pale Brown #966F4A

Tints of Pale Brown #966F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.09%

R = 44.78%
G = 33.13%
B = 22.09%

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

#966F4A (or 0x966F4A) is known color: Pale Brown. HEX triplet: 96, 6F and 4A. RGB value is (150,111,74). Sum of RGB (Red+Green+Blue) = 150+111+74=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #966F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F4A is #6990B5. Grayscale: #767676. Windows color (decimal): -6918326 or 4878230. OLE color: 4878230.

HSL color Cylindrical-coordinate representation of color #966F4A: hue angle of 29.21º degrees, saturation: 0.34, 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 #966F4A is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 111 74 -
CMYK 0 0.26 0.51 0.41
HSL 29.21º 0.34% 0.44% -
HSV(B) 29.21º 0.51% 0.59% -
XYZ 19.5 18.35 8.99 -
YUV 118.44 102.92 150.51 -
System Red Green Blue C M Y K H S L
Decimal 150 111 74 0 0.26 0.51 0.41 29.21 0.34 0.44
Hex 96 6F 4A 0 1A 33 29 1D 22 2C
Octal 226 157 112 0 32 63 51 35 42 54
Binary 10010110 1101111 1001010 0 11010 110011 101001 11101 100010 101100

Color Harmonies of #966F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F4A

Black with #966F4A

Text Example


Text Example

White with #966F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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