#896F0F

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

Shades of Yukon Gold #896F0F

Tints of Yukon Gold #896F0F

Color information

#896F0F (or 0x896F0F) is unknown color: approx Yukon Gold. HEX triplet: 89, 6F and 0F. RGB value is (137,111,15). Sum of RGB (Red+Green+Blue) = 137+111+15=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #896F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896F0F is #7690F0. Grayscale: #6C6C6C. Windows color (decimal): -7770353 or 1011593. OLE color: 1011593.

HSL color Cylindrical-coordinate representation of color #896F0F: hue angle of 47.21º 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 #896F0F is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB13711115-
CMYK00.190.890.46
HSL47.21º80.26%29.8%-
HSV(B)47.21º89.05%53.73%-
XYZ16.0916.722.83-
YUV107.8375.61148.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.09%
GREEN value IS 111 (43.75% from 255) = 42.21%
BLUE value IS 15 (6.25% from 255) = 5.70%
R=52.09%
G=42.21%
B=5.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371111500.190.890.4647.2180.2629.8
Hex896FF013592E2f501e
Octal21115717023131565712036
Binary10001001110111111110100111011001101110101111101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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