#896600

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

Shades of Golden Brown #896600

Tints of Golden Brown #896600

Color information

#896600 (or 0x896600) is unknown color: approx Golden Brown. HEX triplet: 89, 66 and 00. RGB value is (137,102,0). Sum of RGB (Red+Green+Blue) = 137+102+0=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #896600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896600 is #7699FF. Grayscale: #656565. Windows color (decimal): -7772672 or 26249. OLE color: 26249.

HSL color Cylindrical-coordinate representation of color #896600: hue angle of 44.67º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #896600 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB1371020-
CMYK00.2610.46
HSL44.67º100%26.86%-
HSV(B)44.67º100%53.73%-
XYZ15.0714.822.07-
YUV100.8471.1153.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.32%
GREEN value IS 102 (40.23% from 255) = 42.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.32%
G=42.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137102000.2610.4644.6710026.86
Hex8966001A642E2d641b
Octal2111460032144565514433
Binary10001001110011000110101100100101110101101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896600; }

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

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

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

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

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

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

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

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