Shades of Horses Neck #6B552B
Tints of Horses Neck #6B552B
RGB
CMYK
RGB Variations
Color information
#6B552B (or 0x6B552B) is known color: Horses Neck. HEX triplet: 6B, 55 and 2B. RGB value is (107,85,43). Sum of RGB (Red+Green+Blue) = 107+85+43=235 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.53% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 107 - color contains mainly: red. Hex color #6B552B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B552B is #94AAD4. Grayscale: #565656. Windows color (decimal): -9743061 or 2839915. OLE color: 2839915.
HSL color Cylindrical-coordinate representation of color #6B552B: hue angle of 39.38º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B552B is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 85 | 43 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.58 |
| HSL | 39.38º | 0.43% | 0.29% | - |
| HSV(B) | 39.38º | 0.6% | 0.42% | - |
| XYZ | 9.75 | 9.8 | 3.66 | - |
| YUV | 86.79 | 103.29 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 85 | 43 | 0 | 0.21 | 0.60 | 0.58 | 39.38 | 0.43 | 0.29 |
| Hex | 6B | 55 | 2B | 0 | 15 | 3C | 3A | 27 | 2B | 1D |
| Octal | 153 | 125 | 53 | 0 | 25 | 74 | 72 | 47 | 53 | 35 |
| Binary | 1101011 | 1010101 | 101011 | 0 | 10101 | 111100 | 111010 | 100111 | 101011 | 11101 |
Color Harmonies of #6B552B
Complementary color
Monochromatic Colors of #6B552B
Black with #6B552B
Text Example
Text Example
White with #6B552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B552B; }
p { color: rgb(107,85,43); }
H1.HeaderClassName
{
color: #6B552B;
}
.AnyTagClassName
{
color: #6B552B;
}
</style>
background-color css
<style>
a { background-color: #6B552B; }
a { background-color: rgb(107,85,43); }
div.DivClassName
{
background-color: #6B552B;
}
.BgClassName
{
background-color: #6B552B;
}
</style>
border-color css
<style>
span { border-color: #6B552B; }
span { border-color: rgb(107,85,43); }
td.TdClassName
{
border-color: #6B552B;
}
.TagClassName
{
border-color: #6B552B;
}
</style>