Shades of Yukon Gold #70630F
Tints of Yukon Gold #70630F
RGB
CMYK
RGB Variations
Color information
#70630F (or 0x70630F) is known color: Yukon Gold. HEX triplet: 70, 63 and 0F. RGB value is (112,99,15). Sum of RGB (Red+Green+Blue) = 112+99+15=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70630F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70630F is #8F9CF0. Grayscale: #5D5D5D. Windows color (decimal): -9411825 or 1008496. OLE color: 1008496.
HSL color Cylindrical-coordinate representation of color #70630F: hue angle of 51.96º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70630F is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 99 | 15 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.56 |
| HSL | 51.96º | 0.76% | 0.25% | - |
| HSV(B) | 51.96º | 0.87% | 0.44% | - |
| XYZ | 11.23 | 12.4 | 2.25 | - |
| YUV | 93.31 | 83.81 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 15 | 0 | 0.12 | 0.87 | 0.56 | 51.96 | 0.76 | 0.25 |
| Hex | 70 | 63 | F | 0 | C | 57 | 38 | 34 | 4C | 19 |
| Octal | 160 | 143 | 17 | 0 | 14 | 127 | 70 | 64 | 114 | 31 |
| Binary | 1110000 | 1100011 | 1111 | 0 | 1100 | 1010111 | 111000 | 110100 | 1001100 | 11001 |
Color Harmonies of #70630F
Complementary color
Monochromatic Colors of #70630F
Black with #70630F
Text Example
Text Example
White with #70630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70630F; }
p { color: rgb(112,99,15); }
H1.HeaderClassName
{
color: #70630F;
}
.AnyTagClassName
{
color: #70630F;
}
</style>
background-color css
<style>
a { background-color: #70630F; }
a { background-color: rgb(112,99,15); }
div.DivClassName
{
background-color: #70630F;
}
.BgClassName
{
background-color: #70630F;
}
</style>
border-color css
<style>
span { border-color: #70630F; }
span { border-color: rgb(112,99,15); }
td.TdClassName
{
border-color: #70630F;
}
.TagClassName
{
border-color: #70630F;
}
</style>