#806425

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

Shades of Yukon Gold #806425

Tints of Yukon Gold #806425

Color information

#806425 (or 0x806425) is unknown color: approx Yukon Gold. HEX triplet: 80, 64 and 25. RGB value is (128,100,37). Sum of RGB (Red+Green+Blue) = 128+100+37=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 128 - color contains mainly: red. Hex color #806425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806425 is #7F9BDA. Grayscale: #656565. Windows color (decimal): -8362971 or 2450560. OLE color: 2450560.

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

Color convert

RGB12810037-
CMYK00.220.710.50
HSL41.54º55.15%32.35%-
HSV(B)41.54º71.09%50.2%-
XYZ13.7913.843.69-
YUV101.1991.78147.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.30%
GREEN value IS 100 (39.45% from 255) = 37.74%
BLUE value IS 37 (14.84% from 255) = 13.96%
R=48.30%
G=37.74%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.71
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281003700.220.710.5041.5455.1532.35
Hex80642501647322a3720
Octal2001444502610762526740
Binary1000000011001001001010101101000111110010101010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806425; }

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

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

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

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

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

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

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

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