Shades of Horses Neck #6B532B
Tints of Horses Neck #6B532B
RGB
CMYK
RGB Variations
Color information
#6B532B (or 0x6B532B) is known color: Horses Neck. HEX triplet: 6B, 53 and 2B. RGB value is (107,83,43). Sum of RGB (Red+Green+Blue) = 107+83+43=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 107 - color contains mainly: red. Hex color #6B532B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B532B is #94ACD4. Grayscale: #555555. Windows color (decimal): -9743573 or 2839403. OLE color: 2839403.
HSL color Cylindrical-coordinate representation of color #6B532B: hue angle of 37.5º 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 #6B532B is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 83 | 43 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.58 |
| HSL | 37.5º | 0.43% | 0.29% | - |
| HSV(B) | 37.5º | 0.6% | 0.42% | - |
| XYZ | 9.59 | 9.49 | 3.61 | - |
| YUV | 85.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 83 | 43 | 0 | 0.22 | 0.60 | 0.58 | 37.5 | 0.43 | 0.29 |
| Hex | 6B | 53 | 2B | 0 | 16 | 3C | 3A | 26 | 2B | 1D |
| Octal | 153 | 123 | 53 | 0 | 26 | 74 | 72 | 46 | 53 | 35 |
| Binary | 1101011 | 1010011 | 101011 | 0 | 10110 | 111100 | 111010 | 100110 | 101011 | 11101 |
Color Harmonies of #6B532B
Complementary color
Monochromatic Colors of #6B532B
Black with #6B532B
Text Example
Text Example
White with #6B532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B532B; }
p { color: rgb(107,83,43); }
H1.HeaderClassName
{
color: #6B532B;
}
.AnyTagClassName
{
color: #6B532B;
}
</style>
background-color css
<style>
a { background-color: #6B532B; }
a { background-color: rgb(107,83,43); }
div.DivClassName
{
background-color: #6B532B;
}
.BgClassName
{
background-color: #6B532B;
}
</style>
border-color css
<style>
span { border-color: #6B532B; }
span { border-color: rgb(107,83,43); }
td.TdClassName
{
border-color: #6B532B;
}
.TagClassName
{
border-color: #6B532B;
}
</style>