Shades of Horses Neck #6B5B36
Tints of Horses Neck #6B5B36
RGB
CMYK
RGB Variations
Color information
#6B5B36 (or 0x6B5B36) is known color: Horses Neck. HEX triplet: 6B, 5B and 36. RGB value is (107,91,54). Sum of RGB (Red+Green+Blue) = 107+91+54=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5B36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5B36 is #94A4C9. Grayscale: #5B5B5B. Windows color (decimal): -9741514 or 3562347. OLE color: 3562347.
HSL color Cylindrical-coordinate representation of color #6B5B36: hue angle of 41.89º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B5B36 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 91 | 54 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.58 |
| HSL | 41.89º | 0.33% | 0.32% | - |
| HSV(B) | 41.89º | 0.5% | 0.42% | - |
| XYZ | 10.47 | 10.87 | 5.04 | - |
| YUV | 91.57 | 106.8 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 91 | 54 | 0 | 0.15 | 0.50 | 0.58 | 41.89 | 0.33 | 0.32 |
| Hex | 6B | 5B | 36 | 0 | F | 32 | 3A | 2A | 21 | 20 |
| Octal | 153 | 133 | 66 | 0 | 17 | 62 | 72 | 52 | 41 | 40 |
| Binary | 1101011 | 1011011 | 110110 | 0 | 1111 | 110010 | 111010 | 101010 | 100001 | 100000 |
Color Harmonies of #6B5B36
Complementary color
Monochromatic Colors of #6B5B36
Black with #6B5B36
Text Example
Text Example
White with #6B5B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5B36; }
p { color: rgb(107,91,54); }
H1.HeaderClassName
{
color: #6B5B36;
}
.AnyTagClassName
{
color: #6B5B36;
}
</style>
background-color css
<style>
a { background-color: #6B5B36; }
a { background-color: rgb(107,91,54); }
div.DivClassName
{
background-color: #6B5B36;
}
.BgClassName
{
background-color: #6B5B36;
}
</style>
border-color css
<style>
span { border-color: #6B5B36; }
span { border-color: rgb(107,91,54); }
td.TdClassName
{
border-color: #6B5B36;
}
.TagClassName
{
border-color: #6B5B36;
}
</style>