Shades of Yukon Gold #72680C
Tints of Yukon Gold #72680C
RGB
CMYK
RGB Variations
Color information
#72680C (or 0x72680C) is known color: Yukon Gold. HEX triplet: 72, 68 and 0C. RGB value is (114,104,12). Sum of RGB (Red+Green+Blue) = 114+104+12=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #72680C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72680C is #8D97F3. Grayscale: #606060. Windows color (decimal): -9279476 or 813170. OLE color: 813170.
HSL color Cylindrical-coordinate representation of color #72680C: hue angle of 54.12º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72680C is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 104 | 12 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.55 |
| HSL | 54.12º | 0.81% | 0.25% | - |
| HSV(B) | 54.12º | 0.89% | 0.45% | - |
| XYZ | 11.96 | 13.5 | 2.32 | - |
| YUV | 96.5 | 80.31 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 12 | 0 | 0.09 | 0.89 | 0.55 | 54.12 | 0.81 | 0.25 |
| Hex | 72 | 68 | C | 0 | 9 | 59 | 37 | 36 | 51 | 19 |
| Octal | 162 | 150 | 14 | 0 | 11 | 131 | 67 | 66 | 121 | 31 |
| Binary | 1110010 | 1101000 | 1100 | 0 | 1001 | 1011001 | 110111 | 110110 | 1010001 | 11001 |
Color Harmonies of #72680C
Complementary color
Monochromatic Colors of #72680C
Black with #72680C
Text Example
Text Example
White with #72680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72680C; }
p { color: rgb(114,104,12); }
H1.HeaderClassName
{
color: #72680C;
}
.AnyTagClassName
{
color: #72680C;
}
</style>
background-color css
<style>
a { background-color: #72680C; }
a { background-color: rgb(114,104,12); }
div.DivClassName
{
background-color: #72680C;
}
.BgClassName
{
background-color: #72680C;
}
</style>
border-color css
<style>
span { border-color: #72680C; }
span { border-color: rgb(114,104,12); }
td.TdClassName
{
border-color: #72680C;
}
.TagClassName
{
border-color: #72680C;
}
</style>