#996B0F

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

Shades of Golden Brown #996B0F

Tints of Golden Brown #996B0F

Color information

#996B0F (or 0x996B0F) is unknown color: approx Golden Brown. HEX triplet: 99, 6B and 0F. RGB value is (153,107,15). Sum of RGB (Red+Green+Blue) = 153+107+15=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #996B0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996B0F is #6694F0. Grayscale: #6E6E6E. Windows color (decimal): -6722801 or 1010585. OLE color: 1010585.

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

Color convert

RGB15310715-
CMYK00.300.900.4
HSL40º82.14%32.94%-
HSV(B)40º90.2%60%-
XYZ18.4817.322.82-
YUV110.2774.24158.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.64%
GREEN value IS 107 (42.19% from 255) = 38.91%
BLUE value IS 15 (6.25% from 255) = 5.45%
R=55.64%
G=38.91%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531071500.300.900.44082.1432.94
Hex996BF01E5A28285221
Octal23115317036132505012241
Binary100110011101011111101111010110101010001010001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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