#877614

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

Shades of Yukon Gold #877614

Tints of Yukon Gold #877614

Color information

#877614 (or 0x877614) is unknown color: approx Yukon Gold. HEX triplet: 87, 76 and 14. RGB value is (135,118,20). Sum of RGB (Red+Green+Blue) = 135+118+20=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #877614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877614 is #7889EB. Grayscale: #707070. Windows color (decimal): -7899628 or 1341063. OLE color: 1341063.

HSL color Cylindrical-coordinate representation of color #877614: hue angle of 51.13º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #877614 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB13511820-
CMYK00.130.850.47
HSL51.13º74.19%30.39%-
HSV(B)51.13º85.19%52.94%-
XYZ16.618.163.29-
YUV111.9176.13144.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.45%
GREEN value IS 118 (46.48% from 255) = 43.22%
BLUE value IS 20 (8.20% from 255) = 7.33%
R=49.45%
G=43.22%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351182000.130.850.4751.1374.1930.39
Hex8776140D552F334a1e
Octal20716624015125576311236
Binary10000111111011010100011011010101101111110011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877614; }

 p { color: rgb(135,118,20); }

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

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

 a { background-color: rgb(135,118,20); }

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

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

 span { border-color: rgb(135,118,20); }

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