#726204

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

Shades of Yukon Gold #726204

Tints of Yukon Gold #726204

Color information

#726204 (or 0x726204) is unknown color: approx Yukon Gold. HEX triplet: 72, 62 and 04. RGB value is (114,98,4). Sum of RGB (Red+Green+Blue) = 114+98+4=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #726204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726204 is #8D9DFB. Grayscale: #5C5C5C. Windows color (decimal): -9281020 or 287346. OLE color: 287346.

HSL color Cylindrical-coordinate representation of color #726204: hue angle of 51.27º degrees, saturation: 0.93, 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 #726204 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB114984-
CMYK00.140.960.55
HSL51.27º93.22%23.14%-
HSV(B)51.27º96.49%44.71%-
XYZ11.3312.321.9-
YUV92.0778.3143.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.78%
GREEN value IS 98 (38.67% from 255) = 45.37%
BLUE value IS 4 (1.95% from 255) = 1.85%
R=52.78%
G=45.37%
B=1.85%

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
Decimal11498400.140.960.5551.2793.2223.14
Hex726240E6037335d17
Octal1621424016140676313527
Binary11100101100010100011101100000110111110011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726204; }

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

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

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

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

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

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

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

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