Shades of Cape Palliser #6E482F
Tints of Cape Palliser #6E482F
RGB
CMYK
RGB Variations
Color information
#6E482F (or 0x6E482F) is known color: Cape Palliser. HEX triplet: 6E, 48 and 2F. RGB value is (110,72,47). Sum of RGB (Red+Green+Blue) = 110+72+47=229 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.03% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 110 - color contains mainly: red. Hex color #6E482F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E482F is #91B7D0. Grayscale: #505050. Windows color (decimal): -9549777 or 3098734. OLE color: 3098734.
HSL color Cylindrical-coordinate representation of color #6E482F: hue angle of 23.81º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E482F is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 72 | 47 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.57 |
| HSL | 23.81º | 0.4% | 0.31% | - |
| HSV(B) | 23.81º | 0.57% | 0.43% | - |
| XYZ | 9.26 | 8.15 | 3.78 | - |
| YUV | 80.51 | 109.09 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 72 | 47 | 0 | 0.35 | 0.57 | 0.57 | 23.81 | 0.4 | 0.31 |
| Hex | 6E | 48 | 2F | 0 | 23 | 39 | 39 | 18 | 28 | 1F |
| Octal | 156 | 110 | 57 | 0 | 43 | 71 | 71 | 30 | 50 | 37 |
| Binary | 1101110 | 1001000 | 101111 | 0 | 100011 | 111001 | 111001 | 11000 | 101000 | 11111 |
Color Harmonies of #6E482F
Complementary color
Monochromatic Colors of #6E482F
Black with #6E482F
Text Example
Text Example
White with #6E482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E482F; }
p { color: rgb(110,72,47); }
H1.HeaderClassName
{
color: #6E482F;
}
.AnyTagClassName
{
color: #6E482F;
}
</style>
background-color css
<style>
a { background-color: #6E482F; }
a { background-color: rgb(110,72,47); }
div.DivClassName
{
background-color: #6E482F;
}
.BgClassName
{
background-color: #6E482F;
}
</style>
border-color css
<style>
span { border-color: #6E482F; }
span { border-color: rgb(110,72,47); }
td.TdClassName
{
border-color: #6E482F;
}
.TagClassName
{
border-color: #6E482F;
}
</style>