Shades of Golden Brown #A6670D
Tints of Golden Brown #A6670D
RGB
CMYK
RGB Variations
Color information
#A6670D (or 0xA6670D) is known color: Golden Brown. HEX triplet: A6, 67 and 0D. RGB value is (166,103,13). Sum of RGB (Red+Green+Blue) = 166+103+13=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A6670D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6670D is #5998F2. Grayscale: #707070. Windows color (decimal): -5871859 or 878502. OLE color: 878502.
HSL color Cylindrical-coordinate representation of color #A6670D: hue angle of 35.29º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6670D is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 103 | 13 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.35 |
| HSL | 35.29º | 0.85% | 0.35% | - |
| HSV(B) | 35.29º | 0.92% | 0.65% | - |
| XYZ | 20.65 | 17.84 | 2.74 | - |
| YUV | 111.58 | 72.37 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 13 | 0 | 0.38 | 0.92 | 0.35 | 35.29 | 0.85 | 0.35 |
| Hex | A6 | 67 | D | 0 | 26 | 5C | 23 | 23 | 55 | 23 |
| Octal | 246 | 147 | 15 | 0 | 46 | 134 | 43 | 43 | 125 | 43 |
| Binary | 10100110 | 1100111 | 1101 | 0 | 100110 | 1011100 | 100011 | 100011 | 1010101 | 100011 |
Color Harmonies of #A6670D
Complementary color
Monochromatic Colors of #A6670D
Black with #A6670D
Text Example
Text Example
White with #A6670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6670D; }
p { color: rgb(166,103,13); }
H1.HeaderClassName
{
color: #A6670D;
}
.AnyTagClassName
{
color: #A6670D;
}
</style>
background-color css
<style>
a { background-color: #A6670D; }
a { background-color: rgb(166,103,13); }
div.DivClassName
{
background-color: #A6670D;
}
.BgClassName
{
background-color: #A6670D;
}
</style>
border-color css
<style>
span { border-color: #A6670D; }
span { border-color: rgb(166,103,13); }
td.TdClassName
{
border-color: #A6670D;
}
.TagClassName
{
border-color: #A6670D;
}
</style>