#996A0E

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

Shades of Golden Brown #996A0E

Tints of Golden Brown #996A0E

Color information

#996A0E (or 0x996A0E) is unknown color: approx Golden Brown. HEX triplet: 99, 6A and 0E. RGB value is (153,106,14). Sum of RGB (Red+Green+Blue) = 153+106+14=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #996A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996A0E is #6695F1. Grayscale: #6D6D6D. Windows color (decimal): -6723058 or 944793. OLE color: 944793.

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

Color convert

RGB15310614-
CMYK00.310.910.4
HSL39.71º83.23%32.75%-
HSV(B)39.71º90.85%60%-
XYZ18.3717.112.75-
YUV109.5674.07158.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.04%
GREEN value IS 106 (41.80% from 255) = 38.83%
BLUE value IS 14 (5.86% from 255) = 5.13%
R=56.04%
G=38.83%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531061400.310.910.439.7183.2332.75
Hex996AE01F5B28285321
Octal23115216037133505012341
Binary100110011101010111001111110110111010001010001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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