Html Css Color HEX #966917 Golden Brown

📋 copy color: '#966917'

red 150 ◦ green 105 ◦ blue 23

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

Shades of Golden Brown #966917

Tints of Golden Brown #966917

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.77%

 BLUE value IS 23 (9.38% from 255) = 8.27%

R = 53.96%
G = 37.77%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#966917 (or 0x966917) is known color: Golden Brown. HEX triplet: 96, 69 and 17. RGB value is (150,105,23). Sum of RGB (Red+Green+Blue) = 150+105+23=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #966917 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966917 is #6996E8. Grayscale: #6D6D6D. Windows color (decimal): -6919913 or 1534358. OLE color: 1534358.

HSL color Cylindrical-coordinate representation of color #966917: hue angle of 38.74º degrees, saturation: 0.73, 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 #966917 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 105 23 -
CMYK 0 0.30 0.85 0.41
HSL 38.74º 0.73% 0.34% -
HSV(B) 38.74º 0.85% 0.59% -
XYZ 17.78 16.65 3.09 -
YUV 109.11 79.41 157.17 -
System Red Green Blue C M Y K H S L
Decimal 150 105 23 0 0.30 0.85 0.41 38.74 0.73 0.34
Hex 96 69 17 0 1E 55 29 27 49 22
Octal 226 151 27 0 36 125 51 47 111 42
Binary 10010110 1101001 10111 0 11110 1010101 101001 100111 1001001 100010

Color Harmonies of #966917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966917

Black with #966917

Text Example


Text Example

White with #966917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966917; }

 p { color: rgb(150,105,23); }

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

background-color css

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

 a { background-color: rgb(150,105,23); }

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

border-color css

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

 span { border-color: rgb(150,105,23); }

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