#726210

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

Shades of Yukon Gold #726210

Tints of Yukon Gold #726210

Color information

#726210 (or 0x726210) is unknown color: approx Yukon Gold. HEX triplet: 72, 62 and 10. RGB value is (114,98,16). Sum of RGB (Red+Green+Blue) = 114+98+16=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #726210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726210 is #8D9DEF. Grayscale: #5D5D5D. Windows color (decimal): -9281008 or 1073778. OLE color: 1073778.

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

Color convert

RGB1149816-
CMYK00.140.860.55
HSL50.2º75.38%25.49%-
HSV(B)50.2º85.96%44.71%-
XYZ11.412.352.27-
YUV93.4484.3142.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50%
GREEN value IS 98 (38.67% from 255) = 42.98%
BLUE value IS 16 (6.64% from 255) = 7.02%
R=50%
G=42.98%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114981600.140.860.5550.275.3825.49
Hex7262100E5637324b19
Octal16214220016126676211331
Binary1110010110001010000011101010110110111110010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726210; }

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

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

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

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

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

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

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

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