Shades of Horses Neck #6B5A32
Tints of Horses Neck #6B5A32
RGB
CMYK
RGB Variations
Color information
#6B5A32 (or 0x6B5A32) is known color: Horses Neck. HEX triplet: 6B, 5A and 32. RGB value is (107,90,50). Sum of RGB (Red+Green+Blue) = 107+90+50=247 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.32% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5A32 is #94A5CD. Grayscale: #5A5A5A. Windows color (decimal): -9741774 or 3299947. OLE color: 3299947.
HSL color Cylindrical-coordinate representation of color #6B5A32: hue angle of 42.11º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B5A32 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 90 | 50 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.58 |
| HSL | 42.11º | 0.36% | 0.31% | - |
| HSV(B) | 42.11º | 0.53% | 0.42% | - |
| XYZ | 10.3 | 10.67 | 4.53 | - |
| YUV | 90.52 | 105.13 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 90 | 50 | 0 | 0.16 | 0.53 | 0.58 | 42.11 | 0.36 | 0.31 |
| Hex | 6B | 5A | 32 | 0 | 10 | 35 | 3A | 2A | 24 | 1F |
| Octal | 153 | 132 | 62 | 0 | 20 | 65 | 72 | 52 | 44 | 37 |
| Binary | 1101011 | 1011010 | 110010 | 0 | 10000 | 110101 | 111010 | 101010 | 100100 | 11111 |
Color Harmonies of #6B5A32
Complementary color
Monochromatic Colors of #6B5A32
Black with #6B5A32
Text Example
Text Example
White with #6B5A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5A32; }
p { color: rgb(107,90,50); }
H1.HeaderClassName
{
color: #6B5A32;
}
.AnyTagClassName
{
color: #6B5A32;
}
</style>
background-color css
<style>
a { background-color: #6B5A32; }
a { background-color: rgb(107,90,50); }
div.DivClassName
{
background-color: #6B5A32;
}
.BgClassName
{
background-color: #6B5A32;
}
</style>
border-color css
<style>
span { border-color: #6B5A32; }
span { border-color: rgb(107,90,50); }
td.TdClassName
{
border-color: #6B5A32;
}
.TagClassName
{
border-color: #6B5A32;
}
</style>