#807614

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

Shades of Yukon Gold #807614

Tints of Yukon Gold #807614

Color information

#807614 (or 0x807614) is unknown color: approx Yukon Gold. HEX triplet: 80, 76 and 14. RGB value is (128,118,20). Sum of RGB (Red+Green+Blue) = 128+118+20=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #807614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807614 is #7F89EB. Grayscale: #6E6E6E. Windows color (decimal): -8358380 or 1341056. OLE color: 1341056.

HSL color Cylindrical-coordinate representation of color #807614: hue angle of 54.44º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #807614 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB12811820-
CMYK00.080.840.50
HSL54.44º72.97%29.02%-
HSV(B)54.44º84.38%50.2%-
XYZ15.5117.63.24-
YUV109.8277.31140.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.12%
GREEN value IS 118 (46.48% from 255) = 44.36%
BLUE value IS 20 (8.20% from 255) = 7.52%
R=48.12%
G=44.36%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281182000.080.840.5054.4472.9729.02
Hex80761408543236491d
Octal20016624010124626611135
Binary10000000111011010100010001010100110010110110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807614; }

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

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

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

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

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

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

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

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