Shades of Cape Palliser #6E4532
Tints of Cape Palliser #6E4532
RGB
CMYK
RGB Variations
Color information
#6E4532 (or 0x6E4532) is known color: Cape Palliser. HEX triplet: 6E, 45 and 32. RGB value is (110,69,50). Sum of RGB (Red+Green+Blue) = 110+69+50=229 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.03% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4532 is #91BACD. Grayscale: #4F4F4F. Windows color (decimal): -9550542 or 3294574. OLE color: 3294574.
HSL color Cylindrical-coordinate representation of color #6E4532: hue angle of 19º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E4532 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 69 | 50 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.57 |
| HSL | 19º | 0.38% | 0.31% | - |
| HSV(B) | 19º | 0.55% | 0.43% | - |
| XYZ | 9.13 | 7.8 | 4.04 | - |
| YUV | 79.09 | 111.58 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 69 | 50 | 0 | 0.37 | 0.55 | 0.57 | 19 | 0.38 | 0.31 |
| Hex | 6E | 45 | 32 | 0 | 25 | 37 | 39 | 13 | 26 | 1F |
| Octal | 156 | 105 | 62 | 0 | 45 | 67 | 71 | 23 | 46 | 37 |
| Binary | 1101110 | 1000101 | 110010 | 0 | 100101 | 110111 | 111001 | 10011 | 100110 | 11111 |
Color Harmonies of #6E4532
Complementary color
Monochromatic Colors of #6E4532
Black with #6E4532
Text Example
Text Example
White with #6E4532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4532; }
p { color: rgb(110,69,50); }
H1.HeaderClassName
{
color: #6E4532;
}
.AnyTagClassName
{
color: #6E4532;
}
</style>
background-color css
<style>
a { background-color: #6E4532; }
a { background-color: rgb(110,69,50); }
div.DivClassName
{
background-color: #6E4532;
}
.BgClassName
{
background-color: #6E4532;
}
</style>
border-color css
<style>
span { border-color: #6E4532; }
span { border-color: rgb(110,69,50); }
td.TdClassName
{
border-color: #6E4532;
}
.TagClassName
{
border-color: #6E4532;
}
</style>