#896A0E

Color #896A0E Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #896A0E

Tints of Yukon Gold #896A0E

Color information

#896A0E (or 0x896A0E) is unknown color: approx Yukon Gold. HEX triplet: 89, 6A and 0E. RGB value is (137,106,14). Sum of RGB (Red+Green+Blue) = 137+106+14=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #896A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896A0E is #7695F1. Grayscale: #696969. Windows color (decimal): -7771634 or 944777. OLE color: 944777.

HSL color Cylindrical-coordinate representation of color #896A0E: hue angle of 44.88º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #896A0E is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB13710614-
CMYK00.230.900.46
HSL44.88º81.46%29.61%-
HSV(B)44.88º89.78%53.73%-
XYZ15.5515.662.62-
YUV104.7876.77150.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.31%
GREEN value IS 106 (41.80% from 255) = 41.25%
BLUE value IS 14 (5.86% from 255) = 5.45%
R=53.31%
G=41.25%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.90
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371061400.230.900.4644.8881.4629.61
Hex896AE0175A2E2d511e
Octal21115216027132565512136
Binary10001001110101011100101111011010101110101101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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