#996610

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

Shades of Golden Brown #996610

Tints of Golden Brown #996610

Color information

#996610 (or 0x996610) is unknown color: approx Golden Brown. HEX triplet: 99, 66 and 10. RGB value is (153,102,16). Sum of RGB (Red+Green+Blue) = 153+102+16=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #996610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996610 is #6699EF. Grayscale: #6B6B6B. Windows color (decimal): -6724080 or 1074841. OLE color: 1074841.

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

Color convert

RGB15310216-
CMYK00.330.900.4
HSL37.66º81.07%33.14%-
HSV(B)37.66º89.54%60%-
XYZ17.9816.312.69-
YUV107.4476.4160.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.46%
GREEN value IS 102 (40.23% from 255) = 37.64%
BLUE value IS 16 (6.64% from 255) = 5.90%
R=56.46%
G=37.64%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531021600.330.900.437.6681.0733.14
Hex9966100215A28265121
Octal23114620041132504612141
Binary10011001110011010000010000110110101010001001101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996610; }

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

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

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

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

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

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

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

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