#726012

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

Shades of Yukon Gold #726012

Tints of Yukon Gold #726012

Color information

#726012 (or 0x726012) is unknown color: approx Yukon Gold. HEX triplet: 72, 60 and 12. RGB value is (114,96,18). Sum of RGB (Red+Green+Blue) = 114+96+18=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #726012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726012 is #8D9FED. Grayscale: #5C5C5C. Windows color (decimal): -9281518 or 1204338. OLE color: 1204338.

HSL color Cylindrical-coordinate representation of color #726012: hue angle of 48.75º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #726012 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB1149618-
CMYK00.160.840.55
HSL48.75º72.73%25.88%-
HSV(B)48.75º84.21%44.71%-
XYZ11.2311.992.29-
YUV92.4985.96143.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50%
GREEN value IS 96 (37.89% from 255) = 42.11%
BLUE value IS 18 (7.42% from 255) = 7.89%
R=50%
G=42.11%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114961800.160.840.5548.7572.7325.88
Hex726012010543731491a
Octal16214022020124676111132
Binary11100101100000100100100001010100110111110001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726012; }

 p { color: rgb(114,96,18); }

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

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

 a { background-color: rgb(114,96,18); }

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

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

 span { border-color: rgb(114,96,18); }

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