#896713

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

Shades of Yukon Gold #896713

Tints of Yukon Gold #896713

Color information

#896713 (or 0x896713) is unknown color: approx Yukon Gold. HEX triplet: 89, 67 and 13. RGB value is (137,103,19). Sum of RGB (Red+Green+Blue) = 137+103+19=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 103 (40.62% from 255 or 39.77% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #896713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896713 is #7698EC. Grayscale: #676767. Windows color (decimal): -7772397 or 1271689. OLE color: 1271689.

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

Color convert

RGB13710319-
CMYK00.250.860.46
HSL42.71º75.64%30.59%-
HSV(B)42.71º86.13%53.73%-
XYZ15.2815.072.72-
YUV103.5980.26151.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.90%
GREEN value IS 103 (40.62% from 255) = 39.77%
BLUE value IS 19 (7.81% from 255) = 7.34%
R=52.90%
G=39.77%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371031900.250.860.4642.7175.6430.59
Hex896713019562E2b4c1f
Octal21114723031126565311437
Binary100010011100111100110110011010110101110101011100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896713; }

 p { color: rgb(137,103,19); }

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

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

 a { background-color: rgb(137,103,19); }

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

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

 span { border-color: rgb(137,103,19); }

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