#896B10

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

Shades of Yukon Gold #896B10

Tints of Yukon Gold #896B10

Color information

#896B10 (or 0x896B10) is unknown color: approx Yukon Gold. HEX triplet: 89, 6B and 10. RGB value is (137,107,16). Sum of RGB (Red+Green+Blue) = 137+107+16=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #896B10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896B10 is #7694EF. Grayscale: #696969. Windows color (decimal): -7771376 or 1076105. OLE color: 1076105.

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

Color convert

RGB13710716-
CMYK00.220.880.46
HSL45.12º79.08%30%-
HSV(B)45.12º88.32%53.73%-
XYZ15.6715.872.73-
YUV105.677.44150.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.69%
GREEN value IS 107 (42.19% from 255) = 41.15%
BLUE value IS 16 (6.64% from 255) = 6.15%
R=52.69%
G=41.15%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371071600.220.880.4645.1279.0830
Hex896B10016582E2d4f1e
Octal21115320026130565511736
Binary100010011101011100000101101011000101110101101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,107,16); }

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

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

 a { background-color: rgb(137,107,16); }

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

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

 span { border-color: rgb(137,107,16); }

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