Shades of Cape Palliser #6E4635
Tints of Cape Palliser #6E4635
RGB
CMYK
RGB Variations
Color information
#6E4635 (or 0x6E4635) is known color: Cape Palliser. HEX triplet: 6E, 46 and 35. RGB value is (110,70,53). Sum of RGB (Red+Green+Blue) = 110+70+53=233 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.21% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4635 is #91B9CA. Grayscale: #505050. Windows color (decimal): -9550283 or 3491438. OLE color: 3491438.
HSL color Cylindrical-coordinate representation of color #6E4635: hue angle of 17.89º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E4635 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 70 | 53 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.57 |
| HSL | 17.89º | 0.35% | 0.32% | - |
| HSV(B) | 17.89º | 0.52% | 0.43% | - |
| XYZ | 9.26 | 7.95 | 4.41 | - |
| YUV | 80.02 | 112.75 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 70 | 53 | 0 | 0.36 | 0.52 | 0.57 | 17.89 | 0.35 | 0.32 |
| Hex | 6E | 46 | 35 | 0 | 24 | 34 | 39 | 12 | 23 | 20 |
| Octal | 156 | 106 | 65 | 0 | 44 | 64 | 71 | 22 | 43 | 40 |
| Binary | 1101110 | 1000110 | 110101 | 0 | 100100 | 110100 | 111001 | 10010 | 100011 | 100000 |
Color Harmonies of #6E4635
Complementary color
Monochromatic Colors of #6E4635
Black with #6E4635
Text Example
Text Example
White with #6E4635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4635; }
p { color: rgb(110,70,53); }
H1.HeaderClassName
{
color: #6E4635;
}
.AnyTagClassName
{
color: #6E4635;
}
</style>
background-color css
<style>
a { background-color: #6E4635; }
a { background-color: rgb(110,70,53); }
div.DivClassName
{
background-color: #6E4635;
}
.BgClassName
{
background-color: #6E4635;
}
</style>
border-color css
<style>
span { border-color: #6E4635; }
span { border-color: rgb(110,70,53); }
td.TdClassName
{
border-color: #6E4635;
}
.TagClassName
{
border-color: #6E4635;
}
</style>