#806B14

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

Shades of Yukon Gold #806B14

Tints of Yukon Gold #806B14

Color information

#806B14 (or 0x806B14) is unknown color: approx Yukon Gold. HEX triplet: 80, 6B and 14. RGB value is (128,107,20). Sum of RGB (Red+Green+Blue) = 128+107+20=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #806B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806B14 is #7F94EB. Grayscale: #676767. Windows color (decimal): -8361196 or 1338240. OLE color: 1338240.

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

Color convert

RGB12810720-
CMYK00.160.840.50
HSL48.33º72.97%29.02%-
HSV(B)48.33º84.38%50.2%-
XYZ14.2915.162.83-
YUV103.3680.96145.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.20%
GREEN value IS 107 (42.19% from 255) = 41.96%
BLUE value IS 20 (8.20% from 255) = 7.84%
R=50.20%
G=41.96%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281072000.160.840.5048.3372.9729.02
Hex806B14010543230491d
Octal20015324020124626011135
Binary100000001101011101000100001010100110010110000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806B14; }

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

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

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

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

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

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

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

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