#996811

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

Shades of Golden Brown #996811

Tints of Golden Brown #996811

Color information

#996811 (or 0x996811) is unknown color: approx Golden Brown. HEX triplet: 99, 68 and 11. RGB value is (153,104,17). Sum of RGB (Red+Green+Blue) = 153+104+17=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #996811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996811 is #6697EE. Grayscale: #6D6D6D. Windows color (decimal): -6723567 or 1140889. OLE color: 1140889.

HSL color Cylindrical-coordinate representation of color #996811: hue angle of 38.38º 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 #996811 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB15310417-
CMYK00.320.890.4
HSL38.38º80%33.33%-
HSV(B)38.38º88.89%60%-
XYZ18.1916.712.8-
YUV108.7376.23159.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.84%
GREEN value IS 104 (41.02% from 255) = 37.96%
BLUE value IS 17 (7.03% from 255) = 6.20%
R=55.84%
G=37.96%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.89
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531041700.320.890.438.388033.33
Hex9968110205928265021
Octal23115021040131504612041
Binary10011001110100010001010000010110011010001001101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996811; }

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

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

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

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

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

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

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

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