Shades of Yukon Gold #806B2D
Tints of Yukon Gold #806B2D
RGB
CMYK
RGB Variations
Color information
#806B2D (or 0x806B2D) is known color: Yukon Gold. HEX triplet: 80, 6B and 2D. RGB value is (128,107,45). Sum of RGB (Red+Green+Blue) = 128+107+45=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #806B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806B2D is #7F94D2. Grayscale: #6A6A6A. Windows color (decimal): -8361171 or 2976640. OLE color: 2976640.
HSL color Cylindrical-coordinate representation of color #806B2D: hue angle of 44.82º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #806B2D is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 107 | 45 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.50 |
| HSL | 44.82º | 0.48% | 0.34% | - |
| HSV(B) | 44.82º | 0.65% | 0.5% | - |
| XYZ | 14.63 | 15.29 | 4.66 | - |
| YUV | 106.21 | 93.46 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 107 | 45 | 0 | 0.16 | 0.65 | 0.50 | 44.82 | 0.48 | 0.34 |
| Hex | 80 | 6B | 2D | 0 | 10 | 41 | 32 | 2D | 30 | 22 |
| Octal | 200 | 153 | 55 | 0 | 20 | 101 | 62 | 55 | 60 | 42 |
| Binary | 10000000 | 1101011 | 101101 | 0 | 10000 | 1000001 | 110010 | 101101 | 110000 | 100010 |
Color Harmonies of #806B2D
Complementary color
Monochromatic Colors of #806B2D
Black with #806B2D
Text Example
Text Example
White with #806B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806B2D; }
p { color: rgb(128,107,45); }
H1.HeaderClassName
{
color: #806B2D;
}
.AnyTagClassName
{
color: #806B2D;
}
</style>
background-color css
<style>
a { background-color: #806B2D; }
a { background-color: rgb(128,107,45); }
div.DivClassName
{
background-color: #806B2D;
}
.BgClassName
{
background-color: #806B2D;
}
</style>
border-color css
<style>
span { border-color: #806B2D; }
span { border-color: rgb(128,107,45); }
td.TdClassName
{
border-color: #806B2D;
}
.TagClassName
{
border-color: #806B2D;
}
</style>