#895B06

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

Shades of Golden Brown #895B06

Tints of Golden Brown #895B06

Color information

#895B06 (or 0x895B06) is unknown color: approx Golden Brown. HEX triplet: 89, 5B and 06. RGB value is (137,91,6). Sum of RGB (Red+Green+Blue) = 137+91+6=234 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.55% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 137 - color contains mainly: red. Hex color #895B06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895B06 is #76A4F9. Grayscale: #5F5F5F. Windows color (decimal): -7775482 or 416649. OLE color: 416649.

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

Color convert

RGB137916-
CMYK00.340.960.46
HSL38.93º91.61%28.04%-
HSV(B)38.93º95.62%53.73%-
XYZ14.0912.811.9-
YUV95.0677.74157.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.55%
GREEN value IS 91 (35.94% from 255) = 38.89%
BLUE value IS 6 (2.73% from 255) = 2.56%
R=58.55%
G=38.89%
B=2.56%

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
Decimal13791600.340.960.4638.9391.6128.04
Hex895B6022602E275c1c
Octal2111336042140564713434
Binary10001001101101111001000101100000101110100111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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