Shades of Horses Neck #6C5730
Tints of Horses Neck #6C5730
RGB
CMYK
RGB Variations
Color information
#6C5730 (or 0x6C5730) is known color: Horses Neck. HEX triplet: 6C, 57 and 30. RGB value is (108,87,48). Sum of RGB (Red+Green+Blue) = 108+87+48=243 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.44% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5730 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5730 is #93A8CF. Grayscale: #595959. Windows color (decimal): -9677008 or 3168108. OLE color: 3168108.
HSL color Cylindrical-coordinate representation of color #6C5730: hue angle of 39º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C5730 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 87 | 48 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.58 |
| HSL | 39º | 0.38% | 0.31% | - |
| HSV(B) | 39º | 0.56% | 0.42% | - |
| XYZ | 10.13 | 10.22 | 4.23 | - |
| YUV | 88.83 | 104.96 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 87 | 48 | 0 | 0.19 | 0.56 | 0.58 | 39 | 0.38 | 0.31 |
| Hex | 6C | 57 | 30 | 0 | 13 | 38 | 3A | 27 | 26 | 1F |
| Octal | 154 | 127 | 60 | 0 | 23 | 70 | 72 | 47 | 46 | 37 |
| Binary | 1101100 | 1010111 | 110000 | 0 | 10011 | 111000 | 111010 | 100111 | 100110 | 11111 |
Color Harmonies of #6C5730
Complementary color
Monochromatic Colors of #6C5730
Black with #6C5730
Text Example
Text Example
White with #6C5730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5730; }
p { color: rgb(108,87,48); }
H1.HeaderClassName
{
color: #6C5730;
}
.AnyTagClassName
{
color: #6C5730;
}
</style>
background-color css
<style>
a { background-color: #6C5730; }
a { background-color: rgb(108,87,48); }
div.DivClassName
{
background-color: #6C5730;
}
.BgClassName
{
background-color: #6C5730;
}
</style>
border-color css
<style>
span { border-color: #6C5730; }
span { border-color: rgb(108,87,48); }
td.TdClassName
{
border-color: #6C5730;
}
.TagClassName
{
border-color: #6C5730;
}
</style>