#896A08

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

Shades of Golden Brown #896A08

Tints of Golden Brown #896A08

Color information

#896A08 (or 0x896A08) is unknown color: approx Golden Brown. HEX triplet: 89, 6A and 08. RGB value is (137,106,8). Sum of RGB (Red+Green+Blue) = 137+106+8=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #896A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896A08 is #7695F7. Grayscale: #686868. Windows color (decimal): -7771640 or 551561. OLE color: 551561.

HSL color Cylindrical-coordinate representation of color #896A08: hue angle of 45.58º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #896A08 is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB1371068-
CMYK00.230.940.46
HSL45.58º88.97%28.43%-
HSV(B)45.58º94.16%53.73%-
XYZ15.5115.642.43-
YUV104.173.77151.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.58%
GREEN value IS 106 (41.80% from 255) = 42.23%
BLUE value IS 8 (3.52% from 255) = 3.19%
R=54.58%
G=42.23%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137106800.230.940.4645.5888.9728.43
Hex896A80175E2E2e591c
Octal21115210027136565613134
Binary10001001110101010000101111011110101110101110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896A08; }

 p { color: rgb(137,106,8); }

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

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

 a { background-color: rgb(137,106,8); }

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

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

 span { border-color: rgb(137,106,8); }

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