#895A06

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

Shades of Golden Brown #895A06

Tints of Golden Brown #895A06

Color information

#895A06 (or 0x895A06) is unknown color: approx Golden Brown. HEX triplet: 89, 5A and 06. RGB value is (137,90,6). Sum of RGB (Red+Green+Blue) = 137+90+6=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #895A06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895A06 is #76A5F9. Grayscale: #5E5E5E. Windows color (decimal): -7775738 or 416393. OLE color: 416393.

HSL color Cylindrical-coordinate representation of color #895A06: hue angle of 38.47º 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 #895A06 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB137906-
CMYK00.340.960.46
HSL38.47º91.61%28.04%-
HSV(B)38.47º95.62%53.73%-
XYZ14.0112.641.87-
YUV94.4878.07158.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.80%
GREEN value IS 90 (35.55% from 255) = 38.63%
BLUE value IS 6 (2.73% from 255) = 2.58%
R=58.80%
G=38.63%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13790600.340.960.4638.4791.6128.04
Hex895A6022602E265c1c
Octal2111326042140564613434
Binary10001001101101011001000101100000101110100110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895A06; }

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

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

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

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

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

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

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

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