#996B05

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

Shades of Golden Brown #996B05

Tints of Golden Brown #996B05

Color information

#996B05 (or 0x996B05) is unknown color: approx Golden Brown. HEX triplet: 99, 6B and 05. RGB value is (153,107,5). Sum of RGB (Red+Green+Blue) = 153+107+5=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 107 (42.19% from 255 or 40.38% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #996B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996B05 is #6694FA. Grayscale: #6D6D6D. Windows color (decimal): -6722811 or 355225. OLE color: 355225.

HSL color Cylindrical-coordinate representation of color #996B05: hue angle of 41.35º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #996B05 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB1531075-
CMYK00.300.970.4
HSL41.35º93.67%30.98%-
HSV(B)41.35º96.73%60%-
XYZ18.4217.32.51-
YUV109.1369.24159.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.74%
GREEN value IS 107 (42.19% from 255) = 40.38%
BLUE value IS 5 (2.34% from 255) = 1.89%
R=57.74%
G=40.38%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.97
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153107500.300.970.441.3593.6730.98
Hex996B501E6128295e1f
Octal2311535036141505113637
Binary1001100111010111010111101100001101000101001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996B05; }

 p { color: rgb(153,107,5); }

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

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

 a { background-color: rgb(153,107,5); }

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

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

 span { border-color: rgb(153,107,5); }

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