Shades of Horses Neck #6B5730
Tints of Horses Neck #6B5730
RGB
CMYK
RGB Variations
Color information
#6B5730 (or 0x6B5730) is known color: Horses Neck. HEX triplet: 6B, 57 and 30. RGB value is (107,87,48). Sum of RGB (Red+Green+Blue) = 107+87+48=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5730 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5730 is #94A8CF. Grayscale: #585858. Windows color (decimal): -9742544 or 3168107. OLE color: 3168107.
HSL color Cylindrical-coordinate representation of color #6B5730: hue angle of 39.66º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B5730 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 87 | 48 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.58 |
| HSL | 39.66º | 0.38% | 0.3% | - |
| HSV(B) | 39.66º | 0.55% | 0.42% | - |
| XYZ | 10.01 | 10.16 | 4.23 | - |
| YUV | 88.53 | 105.13 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 87 | 48 | 0 | 0.19 | 0.55 | 0.58 | 39.66 | 0.38 | 0.3 |
| Hex | 6B | 57 | 30 | 0 | 13 | 37 | 3A | 28 | 26 | 1E |
| Octal | 153 | 127 | 60 | 0 | 23 | 67 | 72 | 50 | 46 | 36 |
| Binary | 1101011 | 1010111 | 110000 | 0 | 10011 | 110111 | 111010 | 101000 | 100110 | 11110 |
Color Harmonies of #6B5730
Complementary color
Monochromatic Colors of #6B5730
Black with #6B5730
Text Example
Text Example
White with #6B5730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5730; }
p { color: rgb(107,87,48); }
H1.HeaderClassName
{
color: #6B5730;
}
.AnyTagClassName
{
color: #6B5730;
}
</style>
background-color css
<style>
a { background-color: #6B5730; }
a { background-color: rgb(107,87,48); }
div.DivClassName
{
background-color: #6B5730;
}
.BgClassName
{
background-color: #6B5730;
}
</style>
border-color css
<style>
span { border-color: #6B5730; }
span { border-color: rgb(107,87,48); }
td.TdClassName
{
border-color: #6B5730;
}
.TagClassName
{
border-color: #6B5730;
}
</style>