#996810

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

Shades of Golden Brown #996810

Tints of Golden Brown #996810

Color information

#996810 (or 0x996810) is unknown color: approx Golden Brown. HEX triplet: 99, 68 and 10. RGB value is (153,104,16). Sum of RGB (Red+Green+Blue) = 153+104+16=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #996810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996810 is #6697EF. Grayscale: #6D6D6D. Windows color (decimal): -6723568 or 1075353. OLE color: 1075353.

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

Color convert

RGB15310416-
CMYK00.320.900.4
HSL38.54º81.07%33.14%-
HSV(B)38.54º89.54%60%-
XYZ18.1816.712.76-
YUV108.6275.73159.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.04%
GREEN value IS 104 (41.02% from 255) = 38.10%
BLUE value IS 16 (6.64% from 255) = 5.86%
R=56.04%
G=38.10%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531041600.320.900.438.5481.0733.14
Hex9968100205A28275121
Octal23115020040132504712141
Binary10011001110100010000010000010110101010001001111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996810; }

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

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

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

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

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

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

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

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