Shades of Yukon Gold #72650F
Tints of Yukon Gold #72650F
RGB
CMYK
RGB Variations
Color information
#72650F (or 0x72650F) is known color: Yukon Gold. HEX triplet: 72, 65 and 0F. RGB value is (114,101,15). Sum of RGB (Red+Green+Blue) = 114+101+15=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #72650F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72650F is #8D9AF0. Grayscale: #5F5F5F. Windows color (decimal): -9280241 or 1009010. OLE color: 1009010.
HSL color Cylindrical-coordinate representation of color #72650F: hue angle of 52.12º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72650F is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 101 | 15 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.55 |
| HSL | 52.12º | 0.77% | 0.25% | - |
| HSV(B) | 52.12º | 0.87% | 0.45% | - |
| XYZ | 11.68 | 12.92 | 2.33 | - |
| YUV | 95.08 | 82.81 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 15 | 0 | 0.11 | 0.87 | 0.55 | 52.12 | 0.77 | 0.25 |
| Hex | 72 | 65 | F | 0 | B | 57 | 37 | 34 | 4D | 19 |
| Octal | 162 | 145 | 17 | 0 | 13 | 127 | 67 | 64 | 115 | 31 |
| Binary | 1110010 | 1100101 | 1111 | 0 | 1011 | 1010111 | 110111 | 110100 | 1001101 | 11001 |
Color Harmonies of #72650F
Complementary color
Monochromatic Colors of #72650F
Black with #72650F
Text Example
Text Example
White with #72650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72650F; }
p { color: rgb(114,101,15); }
H1.HeaderClassName
{
color: #72650F;
}
.AnyTagClassName
{
color: #72650F;
}
</style>
background-color css
<style>
a { background-color: #72650F; }
a { background-color: rgb(114,101,15); }
div.DivClassName
{
background-color: #72650F;
}
.BgClassName
{
background-color: #72650F;
}
</style>
border-color css
<style>
span { border-color: #72650F; }
span { border-color: rgb(114,101,15); }
td.TdClassName
{
border-color: #72650F;
}
.TagClassName
{
border-color: #72650F;
}
</style>