Shades of Horses Neck #6F5C30
Tints of Horses Neck #6F5C30
RGB
CMYK
RGB Variations
Color information
#6F5C30 (or 0x6F5C30) is known color: Horses Neck. HEX triplet: 6F, 5C and 30. RGB value is (111,92,48). Sum of RGB (Red+Green+Blue) = 111+92+48=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5C30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5C30 is #90A3CF. Grayscale: #5C5C5C. Windows color (decimal): -9479120 or 3169391. OLE color: 3169391.
HSL color Cylindrical-coordinate representation of color #6F5C30: hue angle of 41.9º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F5C30 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 92 | 48 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.56 |
| HSL | 41.9º | 0.4% | 0.31% | - |
| HSV(B) | 41.9º | 0.57% | 0.44% | - |
| XYZ | 10.92 | 11.25 | 4.39 | - |
| YUV | 92.67 | 102.79 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 92 | 48 | 0 | 0.17 | 0.57 | 0.56 | 41.9 | 0.4 | 0.31 |
| Hex | 6F | 5C | 30 | 0 | 11 | 39 | 38 | 2A | 28 | 1F |
| Octal | 157 | 134 | 60 | 0 | 21 | 71 | 70 | 52 | 50 | 37 |
| Binary | 1101111 | 1011100 | 110000 | 0 | 10001 | 111001 | 111000 | 101010 | 101000 | 11111 |
Color Harmonies of #6F5C30
Complementary color
Monochromatic Colors of #6F5C30
Black with #6F5C30
Text Example
Text Example
White with #6F5C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5C30; }
p { color: rgb(111,92,48); }
H1.HeaderClassName
{
color: #6F5C30;
}
.AnyTagClassName
{
color: #6F5C30;
}
</style>
background-color css
<style>
a { background-color: #6F5C30; }
a { background-color: rgb(111,92,48); }
div.DivClassName
{
background-color: #6F5C30;
}
.BgClassName
{
background-color: #6F5C30;
}
</style>
border-color css
<style>
span { border-color: #6F5C30; }
span { border-color: rgb(111,92,48); }
td.TdClassName
{
border-color: #6F5C30;
}
.TagClassName
{
border-color: #6F5C30;
}
</style>