#896606

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

Shades of Golden Brown #896606

Tints of Golden Brown #896606

Color information

#896606 (or 0x896606) is unknown color: approx Golden Brown. HEX triplet: 89, 66 and 06. RGB value is (137,102,6). Sum of RGB (Red+Green+Blue) = 137+102+6=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #896606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896606 is #7699F9. Grayscale: #656565. Windows color (decimal): -7772666 or 419465. OLE color: 419465.

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

Color convert

RGB1371026-
CMYK00.260.960.46
HSL43.97º91.61%28.04%-
HSV(B)43.97º95.62%53.73%-
XYZ15.114.832.24-
YUV101.5274.1153.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.92%
GREEN value IS 102 (40.23% from 255) = 41.63%
BLUE value IS 6 (2.73% from 255) = 2.45%
R=55.92%
G=41.63%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137102600.260.960.4643.9791.6128.04
Hex8966601A602E2c5c1c
Octal2111466032140565413434
Binary1000100111001101100110101100000101110101100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896606; }

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

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

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

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

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

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

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

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