Html Css Color HEX #966A16 Golden Brown

📋 copy color: '#966A16'

red 150 ◦ green 106 ◦ blue 22

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

Shades of Golden Brown #966A16

Tints of Golden Brown #966A16

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.13%

 BLUE value IS 22 (8.98% from 255) = 7.91%

R = 53.96%
G = 38.13%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#966A16 (or 0x966A16) is known color: Golden Brown. HEX triplet: 96, 6A and 16. RGB value is (150,106,22). Sum of RGB (Red+Green+Blue) = 150+106+22=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #966A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966A16 is #6995E9. Grayscale: #6D6D6D. Windows color (decimal): -6919658 or 1469078. OLE color: 1469078.

HSL color Cylindrical-coordinate representation of color #966A16: hue angle of 39.38º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #966A16 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 106 22 -
CMYK 0 0.29 0.85 0.41
HSL 39.38º 0.74% 0.34% -
HSV(B) 39.38º 0.85% 0.59% -
XYZ 17.88 16.85 3.07 -
YUV 109.58 78.58 156.83 -
System Red Green Blue C M Y K H S L
Decimal 150 106 22 0 0.29 0.85 0.41 39.38 0.74 0.34
Hex 96 6A 16 0 1D 55 29 27 4A 22
Octal 226 152 26 0 35 125 51 47 112 42
Binary 10010110 1101010 10110 0 11101 1010101 101001 100111 1001010 100010

Color Harmonies of #966A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966A16

Black with #966A16

Text Example


Text Example

White with #966A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,106,22); }

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

background-color css

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

 a { background-color: rgb(150,106,22); }

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

border-color css

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

 span { border-color: rgb(150,106,22); }

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