#996417

Color #996417 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #996417

Tints of Golden Brown #996417

Color information

#996417 (or 0x996417) is unknown color: approx Golden Brown. HEX triplet: 99, 64 and 17. RGB value is (153,100,23). Sum of RGB (Red+Green+Blue) = 153+100+23=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #996417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996417 is #669BE8. Grayscale: #6B6B6B. Windows color (decimal): -6724585 or 1533081. OLE color: 1533081.

HSL color Cylindrical-coordinate representation of color #996417: hue angle of 35.54º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #996417 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.4.

Color convert

RGB15310023-
CMYK00.350.850.4
HSL35.54º73.86%34.51%-
HSV(B)35.54º84.97%60%-
XYZ17.8515.952.95-
YUV107.0780.56160.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.43%
GREEN value IS 100 (39.45% from 255) = 36.23%
BLUE value IS 23 (9.38% from 255) = 8.33%
R=55.43%
G=36.23%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531002300.350.850.435.5473.8634.51
Hex9964170235528244a23
Octal23114427043125504411243
Binary10011001110010010111010001110101011010001001001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996417; }

 p { color: rgb(153,100,23); }

 H1.HeaderClassName
 {
   color: #996417;
 }
 .AnyTagClassName
 {
   color: #996417;
 }
</style>
background-color css

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

 a { background-color: rgb(153,100,23); }

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

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

 span { border-color: rgb(153,100,23); }

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