#996B00

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

Shades of Golden Brown #996B00

Tints of Golden Brown #996B00

Color information

#996B00 (or 0x996B00) is unknown color: approx Golden Brown. HEX triplet: 99, 6B and 00. RGB value is (153,107,0). Sum of RGB (Red+Green+Blue) = 153+107+0=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #996B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996B00 is #6694FF. Grayscale: #6D6D6D. Windows color (decimal): -6722816 or 27545. OLE color: 27545.

HSL color Cylindrical-coordinate representation of color #996B00: hue angle of 41.96º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #996B00 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB1531070-
CMYK00.3010.4
HSL41.96º100%30%-
HSV(B)41.96º100%60%-
XYZ18.3917.292.37-
YUV108.5666.74159.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.85%
GREEN value IS 107 (42.19% from 255) = 41.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.85%
G=41.15%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153107000.3010.441.9610030
Hex996B001E64282a641e
Octal2311530036144505214436
Binary10011001110101100111101100100101000101010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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