#896E0F

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

Shades of Yukon Gold #896E0F

Tints of Yukon Gold #896E0F

Color information

#896E0F (or 0x896E0F) is unknown color: approx Yukon Gold. HEX triplet: 89, 6E and 0F. RGB value is (137,110,15). Sum of RGB (Red+Green+Blue) = 137+110+15=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #896E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896E0F is #7691F0. Grayscale: #6B6B6B. Windows color (decimal): -7770609 or 1011337. OLE color: 1011337.

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

Color convert

RGB13711015-
CMYK00.200.890.46
HSL46.72º80.26%29.8%-
HSV(B)46.72º89.05%53.73%-
XYZ15.9816.52.8-
YUV107.2475.95149.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.29%
GREEN value IS 110 (43.36% from 255) = 41.98%
BLUE value IS 15 (6.25% from 255) = 5.73%
R=52.29%
G=41.98%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371101500.200.890.4646.7280.2629.8
Hex896EF014592E2f501e
Octal21115617024131565712036
Binary10001001110111011110101001011001101110101111101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,110,15); }

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

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

 a { background-color: rgb(137,110,15); }

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

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

 span { border-color: rgb(137,110,15); }

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