#995600

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

Shades of Golden Brown #995600

Tints of Golden Brown #995600

Color information

#995600 (or 0x995600) is unknown color: approx Golden Brown. HEX triplet: 99, 56 and 00. RGB value is (153,86,0). Sum of RGB (Red+Green+Blue) = 153+86+0=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #995600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995600 is #66A9FF. Grayscale: #606060. Windows color (decimal): -6728192 or 22169. OLE color: 22169.

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

Color convert

RGB153860-
CMYK00.4410.4
HSL33.73º100%30%-
HSV(B)33.73º100%60%-
XYZ16.4613.431.72-
YUV96.2373.7168.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 64.02%
GREEN value IS 86 (33.98% from 255) = 35.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.02%
G=35.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15386000.4410.433.7310030
Hex9956002C642822641e
Octal2311260054144504214436
Binary100110011010110001011001100100101000100010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995600; }

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

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

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

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

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

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

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

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