#896317

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

Shades of Yukon Gold #896317

Tints of Yukon Gold #896317

Color information

#896317 (or 0x896317) is unknown color: approx Yukon Gold. HEX triplet: 89, 63 and 17. RGB value is (137,99,23). Sum of RGB (Red+Green+Blue) = 137+99+23=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #896317 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896317 is #769CE8. Grayscale: #666666. Windows color (decimal): -7773417 or 1532809. OLE color: 1532809.

HSL color Cylindrical-coordinate representation of color #896317: hue angle of 40º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #896317 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.46.

Color convert

RGB1379923-
CMYK00.280.830.46
HSL40º71.25%31.37%-
HSV(B)40º83.21%53.73%-
XYZ14.9314.32.78-
YUV101.783.59153.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.90%
GREEN value IS 99 (39.06% from 255) = 38.22%
BLUE value IS 23 (9.38% from 255) = 8.88%
R=52.90%
G=38.22%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.83
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137992300.280.830.464071.2531.37
Hex89631701C532E28471f
Octal21114327034123565010737
Binary100010011100011101110111001010011101110101000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896317; }

 p { color: rgb(137,99,23); }

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

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

 a { background-color: rgb(137,99,23); }

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

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

 span { border-color: rgb(137,99,23); }

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