#726205

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

Shades of Yukon Gold #726205

Tints of Yukon Gold #726205

Color information

#726205 (or 0x726205) is unknown color: approx Yukon Gold. HEX triplet: 72, 62 and 05. RGB value is (114,98,5). Sum of RGB (Red+Green+Blue) = 114+98+5=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #726205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726205 is #8D9DFA. Grayscale: #5C5C5C. Windows color (decimal): -9281019 or 352882. OLE color: 352882.

HSL color Cylindrical-coordinate representation of color #726205: hue angle of 51.19º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #726205 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB114985-
CMYK00.140.960.55
HSL51.19º91.6%23.33%-
HSV(B)51.19º95.61%44.71%-
XYZ11.3312.321.92-
YUV92.1878.8143.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.53%
GREEN value IS 98 (38.67% from 255) = 45.16%
BLUE value IS 5 (2.34% from 255) = 2.30%
R=52.53%
G=45.16%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11498500.140.960.5551.1991.623.33
Hex726250E6037335c17
Octal1621425016140676313427
Binary11100101100010101011101100000110111110011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726205; }

 p { color: rgb(114,98,5); }

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

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

 a { background-color: rgb(114,98,5); }

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

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

 span { border-color: rgb(114,98,5); }

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