Shades of Horses Neck #6D521F
Tints of Horses Neck #6D521F
RGB
CMYK
RGB Variations
Color information
#6D521F (or 0x6D521F) is known color: Horses Neck. HEX triplet: 6D, 52 and 1F. RGB value is (109,82,31). Sum of RGB (Red+Green+Blue) = 109+82+31=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D521F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D521F is #92ADE0. Grayscale: #545454. Windows color (decimal): -9612769 or 2052717. OLE color: 2052717.
HSL color Cylindrical-coordinate representation of color #6D521F: hue angle of 39.23º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D521F is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 82 | 31 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.57 |
| HSL | 39.23º | 0.56% | 0.27% | - |
| HSV(B) | 39.23º | 0.72% | 0.43% | - |
| XYZ | 9.57 | 9.38 | 2.6 | - |
| YUV | 84.26 | 97.95 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 82 | 31 | 0 | 0.25 | 0.72 | 0.57 | 39.23 | 0.56 | 0.27 |
| Hex | 6D | 52 | 1F | 0 | 19 | 48 | 39 | 27 | 38 | 1B |
| Octal | 155 | 122 | 37 | 0 | 31 | 110 | 71 | 47 | 70 | 33 |
| Binary | 1101101 | 1010010 | 11111 | 0 | 11001 | 1001000 | 111001 | 100111 | 111000 | 11011 |
Color Harmonies of #6D521F
Complementary color
Monochromatic Colors of #6D521F
Black with #6D521F
Text Example
Text Example
White with #6D521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D521F; }
p { color: rgb(109,82,31); }
H1.HeaderClassName
{
color: #6D521F;
}
.AnyTagClassName
{
color: #6D521F;
}
</style>
background-color css
<style>
a { background-color: #6D521F; }
a { background-color: rgb(109,82,31); }
div.DivClassName
{
background-color: #6D521F;
}
.BgClassName
{
background-color: #6D521F;
}
</style>
border-color css
<style>
span { border-color: #6D521F; }
span { border-color: rgb(109,82,31); }
td.TdClassName
{
border-color: #6D521F;
}
.TagClassName
{
border-color: #6D521F;
}
</style>