Shades of Horses Neck #6B552F
Tints of Horses Neck #6B552F
RGB
CMYK
RGB Variations
Color information
#6B552F (or 0x6B552F) is known color: Horses Neck. HEX triplet: 6B, 55 and 2F. RGB value is (107,85,47). Sum of RGB (Red+Green+Blue) = 107+85+47=239 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.77% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 107 - color contains mainly: red. Hex color #6B552F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B552F is #94AAD0. Grayscale: #575757. Windows color (decimal): -9743057 or 3102059. OLE color: 3102059.
HSL color Cylindrical-coordinate representation of color #6B552F: hue angle of 38º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B552F is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 85 | 47 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.58 |
| HSL | 38º | 0.39% | 0.3% | - |
| HSV(B) | 38º | 0.56% | 0.42% | - |
| XYZ | 9.82 | 9.83 | 4.07 | - |
| YUV | 87.25 | 105.29 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 85 | 47 | 0 | 0.21 | 0.56 | 0.58 | 38 | 0.39 | 0.3 |
| Hex | 6B | 55 | 2F | 0 | 15 | 38 | 3A | 26 | 27 | 1E |
| Octal | 153 | 125 | 57 | 0 | 25 | 70 | 72 | 46 | 47 | 36 |
| Binary | 1101011 | 1010101 | 101111 | 0 | 10101 | 111000 | 111010 | 100110 | 100111 | 11110 |
Color Harmonies of #6B552F
Complementary color
Monochromatic Colors of #6B552F
Black with #6B552F
Text Example
Text Example
White with #6B552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B552F; }
p { color: rgb(107,85,47); }
H1.HeaderClassName
{
color: #6B552F;
}
.AnyTagClassName
{
color: #6B552F;
}
</style>
background-color css
<style>
a { background-color: #6B552F; }
a { background-color: rgb(107,85,47); }
div.DivClassName
{
background-color: #6B552F;
}
.BgClassName
{
background-color: #6B552F;
}
</style>
border-color css
<style>
span { border-color: #6B552F; }
span { border-color: rgb(107,85,47); }
td.TdClassName
{
border-color: #6B552F;
}
.TagClassName
{
border-color: #6B552F;
}
</style>