#996612

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

Shades of Golden Brown #996612

Tints of Golden Brown #996612

Color information

#996612 (or 0x996612) is unknown color: approx Golden Brown. HEX triplet: 99, 66 and 12. RGB value is (153,102,18). Sum of RGB (Red+Green+Blue) = 153+102+18=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #996612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996612 is #6699ED. Grayscale: #6C6C6C. Windows color (decimal): -6724078 or 1205913. OLE color: 1205913.

HSL color Cylindrical-coordinate representation of color #996612: hue angle of 37.33º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #996612 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB15310218-
CMYK00.330.880.4
HSL37.33º78.95%33.53%-
HSV(B)37.33º88.24%60%-
XYZ1816.322.77-
YUV107.6777.4160.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.04%
GREEN value IS 102 (40.23% from 255) = 37.36%
BLUE value IS 18 (7.42% from 255) = 6.59%
R=56.04%
G=37.36%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531021800.330.880.437.3378.9533.53
Hex9966120215828254f22
Octal23114622041130504511742
Binary10011001110011010010010000110110001010001001011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996612; }

 p { color: rgb(153,102,18); }

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

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

 a { background-color: rgb(153,102,18); }

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

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

 span { border-color: rgb(153,102,18); }

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