Shades of Golden Brown #A36B06
Tints of Golden Brown #A36B06
RGB
CMYK
RGB Variations
Color information
#A36B06 (or 0xA36B06) is known color: Golden Brown. HEX triplet: A3, 6B and 06. RGB value is (163,107,6). Sum of RGB (Red+Green+Blue) = 163+107+6=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A36B06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36B06 is #5C94F9. Grayscale: #707070. Windows color (decimal): -6067450 or 420771. OLE color: 420771.
HSL color Cylindrical-coordinate representation of color #A36B06: hue angle of 38.6º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A36B06 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 107 | 6 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.36 |
| HSL | 38.6º | 0.93% | 0.33% | - |
| HSV(B) | 38.6º | 0.96% | 0.64% | - |
| XYZ | 20.39 | 18.32 | 2.63 | - |
| YUV | 112.23 | 68.05 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 107 | 6 | 0 | 0.34 | 0.96 | 0.36 | 38.6 | 0.93 | 0.33 |
| Hex | A3 | 6B | 6 | 0 | 22 | 60 | 24 | 27 | 5D | 21 |
| Octal | 243 | 153 | 6 | 0 | 42 | 140 | 44 | 47 | 135 | 41 |
| Binary | 10100011 | 1101011 | 110 | 0 | 100010 | 1100000 | 100100 | 100111 | 1011101 | 100001 |
Color Harmonies of #A36B06
Complementary color
Monochromatic Colors of #A36B06
Black with #A36B06
Text Example
Text Example
White with #A36B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36B06; }
p { color: rgb(163,107,6); }
H1.HeaderClassName
{
color: #A36B06;
}
.AnyTagClassName
{
color: #A36B06;
}
</style>
background-color css
<style>
a { background-color: #A36B06; }
a { background-color: rgb(163,107,6); }
div.DivClassName
{
background-color: #A36B06;
}
.BgClassName
{
background-color: #A36B06;
}
</style>
border-color css
<style>
span { border-color: #A36B06; }
span { border-color: rgb(163,107,6); }
td.TdClassName
{
border-color: #A36B06;
}
.TagClassName
{
border-color: #A36B06;
}
</style>