#996A0F

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

Shades of Golden Brown #996A0F

Tints of Golden Brown #996A0F

Color information

#996A0F (or 0x996A0F) is unknown color: approx Golden Brown. HEX triplet: 99, 6A and 0F. RGB value is (153,106,15). Sum of RGB (Red+Green+Blue) = 153+106+15=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #996A0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996A0F is #6695F0. Grayscale: #6E6E6E. Windows color (decimal): -6723057 or 1010329. OLE color: 1010329.

HSL color Cylindrical-coordinate representation of color #996A0F: hue angle of 39.57º degrees, saturation: 0.82, 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 #996A0F is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB15310615-
CMYK00.310.900.4
HSL39.57º82.14%32.94%-
HSV(B)39.57º90.2%60%-
XYZ18.3817.112.79-
YUV109.6874.57158.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.84%
GREEN value IS 106 (41.80% from 255) = 38.69%
BLUE value IS 15 (6.25% from 255) = 5.47%
R=55.84%
G=38.69%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531061500.310.900.439.5782.1432.94
Hex996AF01F5A28285221
Octal23115217037132505012241
Binary100110011101010111101111110110101010001010001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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