#806625

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

Shades of Yukon Gold #806625

Tints of Yukon Gold #806625

Color information

#806625 (or 0x806625) is unknown color: approx Yukon Gold. HEX triplet: 80, 66 and 25. RGB value is (128,102,37). Sum of RGB (Red+Green+Blue) = 128+102+37=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #806625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806625 is #7F99DA. Grayscale: #666666. Windows color (decimal): -8362459 or 2451072. OLE color: 2451072.

HSL color Cylindrical-coordinate representation of color #806625: hue angle of 42.86º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #806625 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB12810237-
CMYK00.200.710.50
HSL42.86º55.15%32.35%-
HSV(B)42.86º71.09%50.2%-
XYZ13.9914.233.76-
YUV102.3691.11146.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.94%
GREEN value IS 102 (40.23% from 255) = 38.20%
BLUE value IS 37 (14.84% from 255) = 13.86%
R=47.94%
G=38.20%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281023700.200.710.5042.8655.1532.35
Hex80662501447322b3720
Octal2001464502410762536740
Binary1000000011001101001010101001000111110010101011110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806625; }

 p { color: rgb(128,102,37); }

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

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

 a { background-color: rgb(128,102,37); }

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

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

 span { border-color: rgb(128,102,37); }

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