Shades of Golden Brown #AF6D06
Tints of Golden Brown #AF6D06
RGB
CMYK
RGB Variations
Color information
#AF6D06 (or 0xAF6D06) is known color: Golden Brown. HEX triplet: AF, 6D and 06. RGB value is (175,109,6). Sum of RGB (Red+Green+Blue) = 175+109+6=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 6 (2.73% from 255 or 2.07% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6D06 is #5092F9. Grayscale: #757575. Windows color (decimal): -5280506 or 421295. OLE color: 421295.
HSL color Cylindrical-coordinate representation of color #AF6D06: hue angle of 36.57º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF6D06 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 109 | 6 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.31 |
| HSL | 36.57º | 0.93% | 0.35% | - |
| HSV(B) | 36.57º | 0.97% | 0.69% | - |
| XYZ | 23.18 | 20.06 | 2.82 | - |
| YUV | 116.99 | 65.37 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 6 | 0 | 0.38 | 0.97 | 0.31 | 36.57 | 0.93 | 0.35 |
| Hex | AF | 6D | 6 | 0 | 26 | 61 | 1F | 25 | 5D | 23 |
| Octal | 257 | 155 | 6 | 0 | 46 | 141 | 37 | 45 | 135 | 43 |
| Binary | 10101111 | 1101101 | 110 | 0 | 100110 | 1100001 | 11111 | 100101 | 1011101 | 100011 |
Color Harmonies of #AF6D06
Complementary color
Monochromatic Colors of #AF6D06
Black with #AF6D06
Text Example
Text Example
White with #AF6D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6D06; }
p { color: rgb(175,109,6); }
H1.HeaderClassName
{
color: #AF6D06;
}
.AnyTagClassName
{
color: #AF6D06;
}
</style>
background-color css
<style>
a { background-color: #AF6D06; }
a { background-color: rgb(175,109,6); }
div.DivClassName
{
background-color: #AF6D06;
}
.BgClassName
{
background-color: #AF6D06;
}
</style>
border-color css
<style>
span { border-color: #AF6D06; }
span { border-color: rgb(175,109,6); }
td.TdClassName
{
border-color: #AF6D06;
}
.TagClassName
{
border-color: #AF6D06;
}
</style>