Shades of Golden Brown #A6750F
Tints of Golden Brown #A6750F
RGB
CMYK
RGB Variations
Color information
#A6750F (or 0xA6750F) is known color: Golden Brown. HEX triplet: A6, 75 and 0F. RGB value is (166,117,15). Sum of RGB (Red+Green+Blue) = 166+117+15=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A6750F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6750F is #598AF0. Grayscale: #787878. Windows color (decimal): -5868273 or 1013158. OLE color: 1013158.
HSL color Cylindrical-coordinate representation of color #A6750F: hue angle of 40.53º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A6750F is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 117 | 15 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.35 |
| HSL | 40.53º | 0.83% | 0.35% | - |
| HSV(B) | 40.53º | 0.91% | 0.65% | - |
| XYZ | 22.17 | 20.86 | 3.31 | - |
| YUV | 120.02 | 68.73 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 15 | 0 | 0.30 | 0.91 | 0.35 | 40.53 | 0.83 | 0.35 |
| Hex | A6 | 75 | F | 0 | 1E | 5B | 23 | 29 | 53 | 23 |
| Octal | 246 | 165 | 17 | 0 | 36 | 133 | 43 | 51 | 123 | 43 |
| Binary | 10100110 | 1110101 | 1111 | 0 | 11110 | 1011011 | 100011 | 101001 | 1010011 | 100011 |
Color Harmonies of #A6750F
Complementary color
Monochromatic Colors of #A6750F
Black with #A6750F
Text Example
Text Example
White with #A6750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6750F; }
p { color: rgb(166,117,15); }
H1.HeaderClassName
{
color: #A6750F;
}
.AnyTagClassName
{
color: #A6750F;
}
</style>
background-color css
<style>
a { background-color: #A6750F; }
a { background-color: rgb(166,117,15); }
div.DivClassName
{
background-color: #A6750F;
}
.BgClassName
{
background-color: #A6750F;
}
</style>
border-color css
<style>
span { border-color: #A6750F; }
span { border-color: rgb(166,117,15); }
td.TdClassName
{
border-color: #A6750F;
}
.TagClassName
{
border-color: #A6750F;
}
</style>