Shades of Horses Neck #67532B
Tints of Horses Neck #67532B
RGB
CMYK
RGB Variations
Color information
#67532B (or 0x67532B) is known color: Horses Neck. HEX triplet: 67, 53 and 2B. RGB value is (103,83,43). Sum of RGB (Red+Green+Blue) = 103+83+43=229 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.98% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 103 - color contains mainly: red. Hex color #67532B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67532B is #98ACD4. Grayscale: #545454. Windows color (decimal): -10005717 or 2839399. OLE color: 2839399.
HSL color Cylindrical-coordinate representation of color #67532B: hue angle of 40º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67532B is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 83 | 43 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.60 |
| HSL | 40º | 0.41% | 0.29% | - |
| HSV(B) | 40º | 0.58% | 0.4% | - |
| XYZ | 9.12 | 9.24 | 3.59 | - |
| YUV | 84.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 43 | 0 | 0.19 | 0.58 | 0.60 | 40 | 0.41 | 0.29 |
| Hex | 67 | 53 | 2B | 0 | 13 | 3A | 3C | 28 | 29 | 1D |
| Octal | 147 | 123 | 53 | 0 | 23 | 72 | 74 | 50 | 51 | 35 |
| Binary | 1100111 | 1010011 | 101011 | 0 | 10011 | 111010 | 111100 | 101000 | 101001 | 11101 |
Color Harmonies of #67532B
Complementary color
Monochromatic Colors of #67532B
Black with #67532B
Text Example
Text Example
White with #67532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67532B; }
p { color: rgb(103,83,43); }
H1.HeaderClassName
{
color: #67532B;
}
.AnyTagClassName
{
color: #67532B;
}
</style>
background-color css
<style>
a { background-color: #67532B; }
a { background-color: rgb(103,83,43); }
div.DivClassName
{
background-color: #67532B;
}
.BgClassName
{
background-color: #67532B;
}
</style>
border-color css
<style>
span { border-color: #67532B; }
span { border-color: rgb(103,83,43); }
td.TdClassName
{
border-color: #67532B;
}
.TagClassName
{
border-color: #67532B;
}
</style>