Shades of Golden Brown #A6750C
Tints of Golden Brown #A6750C
RGB
CMYK
RGB Variations
Color information
#A6750C (or 0xA6750C) is known color: Golden Brown. HEX triplet: A6, 75 and 0C. RGB value is (166,117,12). Sum of RGB (Red+Green+Blue) = 166+117+12=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A6750C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6750C is #598AF3. Grayscale: #787878. Windows color (decimal): -5868276 or 816550. OLE color: 816550.
HSL color Cylindrical-coordinate representation of color #A6750C: hue angle of 40.91º degrees, saturation: 0.87, 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 #A6750C is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 117 | 12 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.35 |
| HSL | 40.91º | 0.87% | 0.35% | - |
| HSV(B) | 40.91º | 0.93% | 0.65% | - |
| XYZ | 22.15 | 20.86 | 3.21 | - |
| YUV | 119.68 | 67.23 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 12 | 0 | 0.30 | 0.93 | 0.35 | 40.91 | 0.87 | 0.35 |
| Hex | A6 | 75 | C | 0 | 1E | 5D | 23 | 29 | 57 | 23 |
| Octal | 246 | 165 | 14 | 0 | 36 | 135 | 43 | 51 | 127 | 43 |
| Binary | 10100110 | 1110101 | 1100 | 0 | 11110 | 1011101 | 100011 | 101001 | 1010111 | 100011 |
Color Harmonies of #A6750C
Complementary color
Monochromatic Colors of #A6750C
Black with #A6750C
Text Example
Text Example
White with #A6750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6750C; }
p { color: rgb(166,117,12); }
H1.HeaderClassName
{
color: #A6750C;
}
.AnyTagClassName
{
color: #A6750C;
}
</style>
background-color css
<style>
a { background-color: #A6750C; }
a { background-color: rgb(166,117,12); }
div.DivClassName
{
background-color: #A6750C;
}
.BgClassName
{
background-color: #A6750C;
}
</style>
border-color css
<style>
span { border-color: #A6750C; }
span { border-color: rgb(166,117,12); }
td.TdClassName
{
border-color: #A6750C;
}
.TagClassName
{
border-color: #A6750C;
}
</style>