Shades of Golden Brown #A66F0C
Tints of Golden Brown #A66F0C
RGB
CMYK
RGB Variations
Color information
#A66F0C (or 0xA66F0C) is known color: Golden Brown. HEX triplet: A6, 6F and 0C. RGB value is (166,111,12). Sum of RGB (Red+Green+Blue) = 166+111+12=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66F0C is #5990F3. Grayscale: #747474. Windows color (decimal): -5869812 or 815014. OLE color: 815014.
HSL color Cylindrical-coordinate representation of color #A66F0C: hue angle of 38.57º 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 #A66F0C is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 111 | 12 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.35 |
| HSL | 38.57º | 0.87% | 0.35% | - |
| HSV(B) | 38.57º | 0.93% | 0.65% | - |
| XYZ | 21.48 | 19.5 | 2.98 | - |
| YUV | 116.16 | 69.22 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 111 | 12 | 0 | 0.33 | 0.93 | 0.35 | 38.57 | 0.87 | 0.35 |
| Hex | A6 | 6F | C | 0 | 21 | 5D | 23 | 27 | 57 | 23 |
| Octal | 246 | 157 | 14 | 0 | 41 | 135 | 43 | 47 | 127 | 43 |
| Binary | 10100110 | 1101111 | 1100 | 0 | 100001 | 1011101 | 100011 | 100111 | 1010111 | 100011 |
Color Harmonies of #A66F0C
Complementary color
Monochromatic Colors of #A66F0C
Black with #A66F0C
Text Example
Text Example
White with #A66F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66F0C; }
p { color: rgb(166,111,12); }
H1.HeaderClassName
{
color: #A66F0C;
}
.AnyTagClassName
{
color: #A66F0C;
}
</style>
background-color css
<style>
a { background-color: #A66F0C; }
a { background-color: rgb(166,111,12); }
div.DivClassName
{
background-color: #A66F0C;
}
.BgClassName
{
background-color: #A66F0C;
}
</style>
border-color css
<style>
span { border-color: #A66F0C; }
span { border-color: rgb(166,111,12); }
td.TdClassName
{
border-color: #A66F0C;
}
.TagClassName
{
border-color: #A66F0C;
}
</style>