#996600

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

Shades of Golden Brown #996600

Tints of Golden Brown #996600

Color information

#996600 (or 0x996600) is unknown color: approx Golden Brown. HEX triplet: 99, 66 and 00. RGB value is (153,102,0). Sum of RGB (Red+Green+Blue) = 153+102+0=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #996600 is a web safe color. Inversed color of #996600 is #6699FF. Grayscale: #6A6A6A. Windows color (decimal): -6724096 or 26265. OLE color: 26265.

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

Color convert

RGB1531020-
CMYK00.3310.4
HSL40º100%30%-
HSV(B)40º100%60%-
XYZ17.8916.282.2-
YUV105.6268.4161.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60%
GREEN value IS 102 (40.23% from 255) = 40%
BLUE value IS 0 (0.39% from 255) = 0%
R=60%
G=40%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153102000.3310.44010030
Hex99660021642828641e
Octal2311460041144505014436
Binary100110011100110001000011100100101000101000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996600; }

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

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

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

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

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

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

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

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