#996A11

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

Shades of Golden Brown #996A11

Tints of Golden Brown #996A11

Color information

#996A11 (or 0x996A11) is unknown color: approx Golden Brown. HEX triplet: 99, 6A and 11. RGB value is (153,106,17). Sum of RGB (Red+Green+Blue) = 153+106+17=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #996A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996A11 is #6695EE. Grayscale: #6E6E6E. Windows color (decimal): -6723055 or 1141401. OLE color: 1141401.

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

Color convert

RGB15310617-
CMYK00.310.890.4
HSL39.26º80%33.33%-
HSV(B)39.26º88.89%60%-
XYZ18.3917.122.87-
YUV109.9175.57158.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.43%
GREEN value IS 106 (41.80% from 255) = 38.41%
BLUE value IS 17 (7.03% from 255) = 6.16%
R=55.43%
G=38.41%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.89
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531061700.310.890.439.268033.33
Hex996A1101F5928275021
Octal23115221037131504712041
Binary1001100111010101000101111110110011010001001111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,106,17); }

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

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

 a { background-color: rgb(153,106,17); }

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

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

 span { border-color: rgb(153,106,17); }

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