#896514

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

Shades of Yukon Gold #896514

Tints of Yukon Gold #896514

Color information

#896514 (or 0x896514) is unknown color: approx Yukon Gold. HEX triplet: 89, 65 and 14. RGB value is (137,101,20). Sum of RGB (Red+Green+Blue) = 137+101+20=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #896514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896514 is #769AEB. Grayscale: #666666. Windows color (decimal): -7772908 or 1336713. OLE color: 1336713.

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

Color convert

RGB13710120-
CMYK00.260.850.46
HSL41.54º74.52%30.78%-
HSV(B)41.54º85.4%53.73%-
XYZ15.114.682.7-
YUV102.5381.43152.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.10%
GREEN value IS 101 (39.84% from 255) = 39.15%
BLUE value IS 20 (8.20% from 255) = 7.75%
R=53.10%
G=39.15%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371012000.260.850.4641.5474.5230.78
Hex89651401A552E2a4b1f
Octal21114524032125565211337
Binary100010011100101101000110101010101101110101010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896514; }

 p { color: rgb(137,101,20); }

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

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

 a { background-color: rgb(137,101,20); }

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

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

 span { border-color: rgb(137,101,20); }

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