Shades of Yukon Gold #72650B
Tints of Yukon Gold #72650B
RGB
CMYK
RGB Variations
Color information
#72650B (or 0x72650B) is known color: Yukon Gold. HEX triplet: 72, 65 and 0B. RGB value is (114,101,11). Sum of RGB (Red+Green+Blue) = 114+101+11=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #72650B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72650B is #8D9AF4. Grayscale: #5E5E5E. Windows color (decimal): -9280245 or 746866. OLE color: 746866.
HSL color Cylindrical-coordinate representation of color #72650B: hue angle of 52.43º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72650B is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 101 | 11 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.55 |
| HSL | 52.43º | 0.82% | 0.25% | - |
| HSV(B) | 52.43º | 0.9% | 0.45% | - |
| XYZ | 11.65 | 12.91 | 2.19 | - |
| YUV | 94.63 | 80.81 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 11 | 0 | 0.11 | 0.90 | 0.55 | 52.43 | 0.82 | 0.25 |
| Hex | 72 | 65 | B | 0 | B | 5A | 37 | 34 | 52 | 19 |
| Octal | 162 | 145 | 13 | 0 | 13 | 132 | 67 | 64 | 122 | 31 |
| Binary | 1110010 | 1100101 | 1011 | 0 | 1011 | 1011010 | 110111 | 110100 | 1010010 | 11001 |
Color Harmonies of #72650B
Complementary color
Monochromatic Colors of #72650B
Black with #72650B
Text Example
Text Example
White with #72650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72650B; }
p { color: rgb(114,101,11); }
H1.HeaderClassName
{
color: #72650B;
}
.AnyTagClassName
{
color: #72650B;
}
</style>
background-color css
<style>
a { background-color: #72650B; }
a { background-color: rgb(114,101,11); }
div.DivClassName
{
background-color: #72650B;
}
.BgClassName
{
background-color: #72650B;
}
</style>
border-color css
<style>
span { border-color: #72650B; }
span { border-color: rgb(114,101,11); }
td.TdClassName
{
border-color: #72650B;
}
.TagClassName
{
border-color: #72650B;
}
</style>