#896418

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

Shades of Yukon Gold #896418

Tints of Yukon Gold #896418

Color information

#896418 (or 0x896418) is unknown color: approx Yukon Gold. HEX triplet: 89, 64 and 18. RGB value is (137,100,24). Sum of RGB (Red+Green+Blue) = 137+100+24=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #896418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896418 is #769BE7. Grayscale: #666666. Windows color (decimal): -7773160 or 1598601. OLE color: 1598601.

HSL color Cylindrical-coordinate representation of color #896418: hue angle of 40.35º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #896418 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB13710024-
CMYK00.270.820.46
HSL40.35º70.19%31.57%-
HSV(B)40.35º82.48%53.73%-
XYZ15.0414.52.87-
YUV102.483.76152.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.49%
GREEN value IS 100 (39.45% from 255) = 38.31%
BLUE value IS 24 (9.77% from 255) = 9.20%
R=52.49%
G=38.31%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371002400.270.820.4640.3570.1931.57
Hex89641801B522E284620
Octal21114430033122565010640
Binary1000100111001001100001101110100101011101010001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896418; }

 p { color: rgb(137,100,24); }

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

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

 a { background-color: rgb(137,100,24); }

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

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

 span { border-color: rgb(137,100,24); }

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