Shades of Horses Neck #6B5B25
Tints of Horses Neck #6B5B25
RGB
CMYK
RGB Variations
Color information
#6B5B25 (or 0x6B5B25) is known color: Horses Neck. HEX triplet: 6B, 5B and 25. RGB value is (107,91,37). Sum of RGB (Red+Green+Blue) = 107+91+37=235 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.53% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 37 (14.84% from 255 or 15.74% from 235); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5B25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5B25 is #94A4DA. Grayscale: #595959. Windows color (decimal): -9741531 or 2448235. OLE color: 2448235.
HSL color Cylindrical-coordinate representation of color #6B5B25: hue angle of 46.29º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B5B25 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 91 | 37 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.58 |
| HSL | 46.29º | 0.49% | 0.28% | - |
| HSV(B) | 46.29º | 0.65% | 0.42% | - |
| XYZ | 10.14 | 10.74 | 3.29 | - |
| YUV | 89.63 | 98.3 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 91 | 37 | 0 | 0.15 | 0.65 | 0.58 | 46.29 | 0.49 | 0.28 |
| Hex | 6B | 5B | 25 | 0 | F | 41 | 3A | 2E | 31 | 1C |
| Octal | 153 | 133 | 45 | 0 | 17 | 101 | 72 | 56 | 61 | 34 |
| Binary | 1101011 | 1011011 | 100101 | 0 | 1111 | 1000001 | 111010 | 101110 | 110001 | 11100 |
Color Harmonies of #6B5B25
Complementary color
Monochromatic Colors of #6B5B25
Black with #6B5B25
Text Example
Text Example
White with #6B5B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5B25; }
p { color: rgb(107,91,37); }
H1.HeaderClassName
{
color: #6B5B25;
}
.AnyTagClassName
{
color: #6B5B25;
}
</style>
background-color css
<style>
a { background-color: #6B5B25; }
a { background-color: rgb(107,91,37); }
div.DivClassName
{
background-color: #6B5B25;
}
.BgClassName
{
background-color: #6B5B25;
}
</style>
border-color css
<style>
span { border-color: #6B5B25; }
span { border-color: rgb(107,91,37); }
td.TdClassName
{
border-color: #6B5B25;
}
.TagClassName
{
border-color: #6B5B25;
}
</style>