Shades of Yukon Gold #7B631B
Tints of Yukon Gold #7B631B
RGB
CMYK
RGB Variations
Color information
#7B631B (or 0x7B631B) is known color: Yukon Gold. HEX triplet: 7B, 63 and 1B. RGB value is (123,99,27). Sum of RGB (Red+Green+Blue) = 123+99+27=249 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.40% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 123 - color contains mainly: red. Hex color #7B631B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B631B is #849CE4. Grayscale: #626262. Windows color (decimal): -8690917 or 1794939. OLE color: 1794939.
HSL color Cylindrical-coordinate representation of color #7B631B: hue angle of 45º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B631B is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 99 | 27 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.52 |
| HSL | 45º | 0.64% | 0.29% | - |
| HSV(B) | 45º | 0.78% | 0.48% | - |
| XYZ | 12.83 | 13.21 | 2.91 | - |
| YUV | 97.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 99 | 27 | 0 | 0.20 | 0.78 | 0.52 | 45 | 0.64 | 0.29 |
| Hex | 7B | 63 | 1B | 0 | 14 | 4E | 34 | 2D | 40 | 1D |
| Octal | 173 | 143 | 33 | 0 | 24 | 116 | 64 | 55 | 100 | 35 |
| Binary | 1111011 | 1100011 | 11011 | 0 | 10100 | 1001110 | 110100 | 101101 | 1000000 | 11101 |
Color Harmonies of #7B631B
Complementary color
Monochromatic Colors of #7B631B
Black with #7B631B
Text Example
Text Example
White with #7B631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B631B; }
p { color: rgb(123,99,27); }
H1.HeaderClassName
{
color: #7B631B;
}
.AnyTagClassName
{
color: #7B631B;
}
</style>
background-color css
<style>
a { background-color: #7B631B; }
a { background-color: rgb(123,99,27); }
div.DivClassName
{
background-color: #7B631B;
}
.BgClassName
{
background-color: #7B631B;
}
</style>
border-color css
<style>
span { border-color: #7B631B; }
span { border-color: rgb(123,99,27); }
td.TdClassName
{
border-color: #7B631B;
}
.TagClassName
{
border-color: #7B631B;
}
</style>