Shades of Golden Brown #A6650B
Tints of Golden Brown #A6650B
RGB
CMYK
RGB Variations
Color information
#A6650B (or 0xA6650B) is known color: Golden Brown. HEX triplet: A6, 65 and 0B. RGB value is (166,101,11). Sum of RGB (Red+Green+Blue) = 166+101+11=278 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.71% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 166 - color contains mainly: red. Hex color #A6650B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6650B is #599AF4. Grayscale: #6E6E6E. Windows color (decimal): -5872373 or 746918. OLE color: 746918.
HSL color Cylindrical-coordinate representation of color #A6650B: hue angle of 34.84º 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 #A6650B is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 101 | 11 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.35 |
| HSL | 34.84º | 0.88% | 0.35% | - |
| HSV(B) | 34.84º | 0.93% | 0.65% | - |
| XYZ | 20.44 | 17.44 | 2.61 | - |
| YUV | 110.18 | 72.03 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 101 | 11 | 0 | 0.39 | 0.93 | 0.35 | 34.84 | 0.88 | 0.35 |
| Hex | A6 | 65 | B | 0 | 27 | 5D | 23 | 23 | 58 | 23 |
| Octal | 246 | 145 | 13 | 0 | 47 | 135 | 43 | 43 | 130 | 43 |
| Binary | 10100110 | 1100101 | 1011 | 0 | 100111 | 1011101 | 100011 | 100011 | 1011000 | 100011 |
Color Harmonies of #A6650B
Complementary color
Monochromatic Colors of #A6650B
Black with #A6650B
Text Example
Text Example
White with #A6650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6650B; }
p { color: rgb(166,101,11); }
H1.HeaderClassName
{
color: #A6650B;
}
.AnyTagClassName
{
color: #A6650B;
}
</style>
background-color css
<style>
a { background-color: #A6650B; }
a { background-color: rgb(166,101,11); }
div.DivClassName
{
background-color: #A6650B;
}
.BgClassName
{
background-color: #A6650B;
}
</style>
border-color css
<style>
span { border-color: #A6650B; }
span { border-color: rgb(166,101,11); }
td.TdClassName
{
border-color: #A6650B;
}
.TagClassName
{
border-color: #A6650B;
}
</style>