#896A12

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

Shades of Yukon Gold #896A12

Tints of Yukon Gold #896A12

Color information

#896A12 (or 0x896A12) is unknown color: approx Yukon Gold. HEX triplet: 89, 6A and 12. RGB value is (137,106,18). Sum of RGB (Red+Green+Blue) = 137+106+18=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #896A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896A12 is #7695ED. Grayscale: #696969. Windows color (decimal): -7771630 or 1206921. OLE color: 1206921.

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

Color convert

RGB13710618-
CMYK00.230.870.46
HSL44.37º76.77%30.39%-
HSV(B)44.37º86.86%53.73%-
XYZ15.5815.672.78-
YUV105.2478.77150.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.49%
GREEN value IS 106 (41.80% from 255) = 40.61%
BLUE value IS 18 (7.42% from 255) = 6.90%
R=52.49%
G=40.61%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371061800.230.870.4644.3776.7730.39
Hex896A12017572E2c4d1e
Octal21115222027127565411536
Binary100010011101010100100101111010111101110101100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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