#896419

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

Shades of Yukon Gold #896419

Tints of Yukon Gold #896419

Color information

#896419 (or 0x896419) is unknown color: approx Yukon Gold. HEX triplet: 89, 64 and 19. RGB value is (137,100,25). Sum of RGB (Red+Green+Blue) = 137+100+25=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #896419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896419 is #769BE6. Grayscale: #666666. Windows color (decimal): -7773159 or 1664137. OLE color: 1664137.

HSL color Cylindrical-coordinate representation of color #896419: hue angle of 40.18º degrees, saturation: 0.69, 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 #896419 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB13710025-
CMYK00.270.820.46
HSL40.18º69.14%31.76%-
HSV(B)40.18º81.75%53.73%-
XYZ15.0514.52.93-
YUV102.5184.26152.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.29%
GREEN value IS 100 (39.45% from 255) = 38.17%
BLUE value IS 25 (10.16% from 255) = 9.54%
R=52.29%
G=38.17%
B=9.54%

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
Decimal1371002500.270.820.4640.1869.1431.76
Hex89641901B522E284520
Octal21114431033122565010540
Binary1000100111001001100101101110100101011101010001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896419; }

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

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

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

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

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

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

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

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