Shades of Horses Neck #6B5233
Tints of Horses Neck #6B5233
RGB
CMYK
RGB Variations
Color information
#6B5233 (or 0x6B5233) is known color: Horses Neck. HEX triplet: 6B, 52 and 33. RGB value is (107,82,51). Sum of RGB (Red+Green+Blue) = 107+82+51=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5233 is #94ADCC. Grayscale: #565656. Windows color (decimal): -9743821 or 3363435. OLE color: 3363435.
HSL color Cylindrical-coordinate representation of color #6B5233: hue angle of 33.21º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B5233 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 82 | 51 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.58 |
| HSL | 33.21º | 0.35% | 0.31% | - |
| HSV(B) | 33.21º | 0.52% | 0.42% | - |
| XYZ | 9.68 | 9.4 | 4.44 | - |
| YUV | 85.94 | 108.28 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 51 | 0 | 0.23 | 0.52 | 0.58 | 33.21 | 0.35 | 0.31 |
| Hex | 6B | 52 | 33 | 0 | 17 | 34 | 3A | 21 | 23 | 1F |
| Octal | 153 | 122 | 63 | 0 | 27 | 64 | 72 | 41 | 43 | 37 |
| Binary | 1101011 | 1010010 | 110011 | 0 | 10111 | 110100 | 111010 | 100001 | 100011 | 11111 |
Color Harmonies of #6B5233
Complementary color
Monochromatic Colors of #6B5233
Black with #6B5233
Text Example
Text Example
White with #6B5233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5233; }
p { color: rgb(107,82,51); }
H1.HeaderClassName
{
color: #6B5233;
}
.AnyTagClassName
{
color: #6B5233;
}
</style>
background-color css
<style>
a { background-color: #6B5233; }
a { background-color: rgb(107,82,51); }
div.DivClassName
{
background-color: #6B5233;
}
.BgClassName
{
background-color: #6B5233;
}
</style>
border-color css
<style>
span { border-color: #6B5233; }
span { border-color: rgb(107,82,51); }
td.TdClassName
{
border-color: #6B5233;
}
.TagClassName
{
border-color: #6B5233;
}
</style>