Shades of Golden Brown #A6750B
Tints of Golden Brown #A6750B
RGB
CMYK
RGB Variations
Color information
#A6750B (or 0xA6750B) is known color: Golden Brown. HEX triplet: A6, 75 and 0B. RGB value is (166,117,11). Sum of RGB (Red+Green+Blue) = 166+117+11=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A6750B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6750B is #598AF4. Grayscale: #787878. Windows color (decimal): -5868277 or 751014. OLE color: 751014.
HSL color Cylindrical-coordinate representation of color #A6750B: hue angle of 41.03º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6750B is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 117 | 11 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.35 |
| HSL | 41.03º | 0.88% | 0.35% | - |
| HSV(B) | 41.03º | 0.93% | 0.65% | - |
| XYZ | 22.15 | 20.85 | 3.17 | - |
| YUV | 119.57 | 66.73 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 11 | 0 | 0.30 | 0.93 | 0.35 | 41.03 | 0.88 | 0.35 |
| Hex | A6 | 75 | B | 0 | 1E | 5D | 23 | 29 | 58 | 23 |
| Octal | 246 | 165 | 13 | 0 | 36 | 135 | 43 | 51 | 130 | 43 |
| Binary | 10100110 | 1110101 | 1011 | 0 | 11110 | 1011101 | 100011 | 101001 | 1011000 | 100011 |
Color Harmonies of #A6750B
Complementary color
Monochromatic Colors of #A6750B
Black with #A6750B
Text Example
Text Example
White with #A6750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6750B; }
p { color: rgb(166,117,11); }
H1.HeaderClassName
{
color: #A6750B;
}
.AnyTagClassName
{
color: #A6750B;
}
</style>
background-color css
<style>
a { background-color: #A6750B; }
a { background-color: rgb(166,117,11); }
div.DivClassName
{
background-color: #A6750B;
}
.BgClassName
{
background-color: #A6750B;
}
</style>
border-color css
<style>
span { border-color: #A6750B; }
span { border-color: rgb(166,117,11); }
td.TdClassName
{
border-color: #A6750B;
}
.TagClassName
{
border-color: #A6750B;
}
</style>