#726107

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

Shades of Yukon Gold #726107

Tints of Yukon Gold #726107

Color information

#726107 (or 0x726107) is unknown color: approx Yukon Gold. HEX triplet: 72, 61 and 07. RGB value is (114,97,7). Sum of RGB (Red+Green+Blue) = 114+97+7=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 7 (3.12% from 255 or 3.21% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #726107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726107 is #8D9EF8. Grayscale: #5C5C5C. Windows color (decimal): -9281273 or 483698. OLE color: 483698.

HSL color Cylindrical-coordinate representation of color #726107: hue angle of 50.47º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #726107 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB114977-
CMYK00.150.940.55
HSL50.47º88.43%23.73%-
HSV(B)50.47º93.86%44.71%-
XYZ11.2512.141.95-
YUV91.8280.13143.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.29%
GREEN value IS 97 (38.28% from 255) = 44.50%
BLUE value IS 7 (3.12% from 255) = 3.21%
R=52.29%
G=44.50%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11497700.150.940.5550.4788.4323.73
Hex726170F5E37325818
Octal1621417017136676213030
Binary11100101100001111011111011110110111110010101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726107; }

 p { color: rgb(114,97,7); }

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

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

 a { background-color: rgb(114,97,7); }

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

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

 span { border-color: rgb(114,97,7); }

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