#806114

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

Shades of Yukon Gold #806114

Tints of Yukon Gold #806114

Color information

#806114 (or 0x806114) is unknown color: approx Yukon Gold. HEX triplet: 80, 61 and 14. RGB value is (128,97,20). Sum of RGB (Red+Green+Blue) = 128+97+20=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #806114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806114 is #7F9EEB. Grayscale: #616161. Windows color (decimal): -8363756 or 1335680. OLE color: 1335680.

HSL color Cylindrical-coordinate representation of color #806114: hue angle of 42.78º 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 #806114 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB1289720-
CMYK00.240.840.50
HSL42.78º72.97%29.02%-
HSV(B)42.78º84.38%50.2%-
XYZ13.313.192.51-
YUV97.4984.27149.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.24%
GREEN value IS 97 (38.28% from 255) = 39.59%
BLUE value IS 20 (8.20% from 255) = 8.16%
R=52.24%
G=39.59%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128972000.240.840.5042.7872.9729.02
Hex80611401854322b491d
Octal20014124030124625311135
Binary100000001100001101000110001010100110010101011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806114; }

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

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

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

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

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

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

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

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