Html Css Color HEX #966D20 Golden Brown

📋 copy color: '#966D20'

red 150 ◦ green 109 ◦ blue 32

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

Shades of Golden Brown #966D20

Tints of Golden Brown #966D20

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.46%

 BLUE value IS 32 (12.89% from 255) = 11%

R = 51.55%
G = 37.46%
B = 11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#966D20 (or 0x966D20) is known color: Golden Brown. HEX triplet: 96, 6D and 20. RGB value is (150,109,32). Sum of RGB (Red+Green+Blue) = 150+109+32=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #966D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D20 is #6992DF. Grayscale: #707070. Windows color (decimal): -6918880 or 2125206. OLE color: 2125206.

HSL color Cylindrical-coordinate representation of color #966D20: hue angle of 39.15º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #966D20 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 109 32 -
CMYK 0 0.27 0.79 0.41
HSL 39.15º 0.65% 0.36% -
HSV(B) 39.15º 0.79% 0.59% -
XYZ 18.31 17.53 3.78 -
YUV 112.48 82.58 154.76 -
System Red Green Blue C M Y K H S L
Decimal 150 109 32 0 0.27 0.79 0.41 39.15 0.65 0.36
Hex 96 6D 20 0 1B 4F 29 27 41 24
Octal 226 155 40 0 33 117 51 47 101 44
Binary 10010110 1101101 100000 0 11011 1001111 101001 100111 1000001 100100

Color Harmonies of #966D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966D20

Black with #966D20

Text Example


Text Example

White with #966D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,109,32); }

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

background-color css

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

 a { background-color: rgb(150,109,32); }

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

border-color css

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

 span { border-color: rgb(150,109,32); }

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