Shades of Yukon Gold #76631C
Tints of Yukon Gold #76631C
RGB
CMYK
RGB Variations
Color information
#76631C (or 0x76631C) is known color: Yukon Gold. HEX triplet: 76, 63 and 1C. RGB value is (118,99,28). Sum of RGB (Red+Green+Blue) = 118+99+28=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76631C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76631C is #899CE3. Grayscale: #606060. Windows color (decimal): -9018596 or 1860470. OLE color: 1860470.
HSL color Cylindrical-coordinate representation of color #76631C: hue angle of 47.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76631C is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 99 | 28 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.54 |
| HSL | 47.33º | 0.62% | 0.29% | - |
| HSV(B) | 47.33º | 0.76% | 0.46% | - |
| XYZ | 12.14 | 12.86 | 2.94 | - |
| YUV | 96.59 | 89.29 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 99 | 28 | 0 | 0.16 | 0.76 | 0.54 | 47.33 | 0.62 | 0.29 |
| Hex | 76 | 63 | 1C | 0 | 10 | 4C | 36 | 2F | 3E | 1D |
| Octal | 166 | 143 | 34 | 0 | 20 | 114 | 66 | 57 | 76 | 35 |
| Binary | 1110110 | 1100011 | 11100 | 0 | 10000 | 1001100 | 110110 | 101111 | 111110 | 11101 |
Color Harmonies of #76631C
Complementary color
Monochromatic Colors of #76631C
Black with #76631C
Text Example
Text Example
White with #76631C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76631C; }
p { color: rgb(118,99,28); }
H1.HeaderClassName
{
color: #76631C;
}
.AnyTagClassName
{
color: #76631C;
}
</style>
background-color css
<style>
a { background-color: #76631C; }
a { background-color: rgb(118,99,28); }
div.DivClassName
{
background-color: #76631C;
}
.BgClassName
{
background-color: #76631C;
}
</style>
border-color css
<style>
span { border-color: #76631C; }
span { border-color: rgb(118,99,28); }
td.TdClassName
{
border-color: #76631C;
}
.TagClassName
{
border-color: #76631C;
}
</style>