#806726

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

Shades of Yukon Gold #806726

Tints of Yukon Gold #806726

Color information

#806726 (or 0x806726) is unknown color: approx Yukon Gold. HEX triplet: 80, 67 and 26. RGB value is (128,103,38). Sum of RGB (Red+Green+Blue) = 128+103+38=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #806726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806726 is #7F98D9. Grayscale: #676767. Windows color (decimal): -8362202 or 2516864. OLE color: 2516864.

HSL color Cylindrical-coordinate representation of color #806726: hue angle of 43.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #806726 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB12810338-
CMYK00.200.700.50
HSL43.33º54.22%32.55%-
HSV(B)43.33º70.31%50.2%-
XYZ14.114.433.88-
YUV103.0691.28145.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.58%
GREEN value IS 103 (40.62% from 255) = 38.29%
BLUE value IS 38 (15.23% from 255) = 14.13%
R=47.58%
G=38.29%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281033800.200.700.5043.3354.2232.55
Hex80672601446322b3621
Octal2001474602410662536641
Binary1000000011001111001100101001000110110010101011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806726; }

 p { color: rgb(128,103,38); }

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

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

 a { background-color: rgb(128,103,38); }

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

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

 span { border-color: rgb(128,103,38); }

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