Shades of Cape Palliser #6F482F
Tints of Cape Palliser #6F482F
RGB
CMYK
RGB Variations
Color information
#6F482F (or 0x6F482F) is known color: Cape Palliser. HEX triplet: 6F, 48 and 2F. RGB value is (111,72,47). Sum of RGB (Red+Green+Blue) = 111+72+47=230 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.26% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 111 - color contains mainly: red. Hex color #6F482F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F482F is #90B7D0. Grayscale: #505050. Windows color (decimal): -9484241 or 3098735. OLE color: 3098735.
HSL color Cylindrical-coordinate representation of color #6F482F: hue angle of 23.44º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F482F is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 72 | 47 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.56 |
| HSL | 23.44º | 0.41% | 0.31% | - |
| HSV(B) | 23.44º | 0.58% | 0.44% | - |
| XYZ | 9.39 | 8.22 | 3.78 | - |
| YUV | 80.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 72 | 47 | 0 | 0.35 | 0.58 | 0.56 | 23.44 | 0.41 | 0.31 |
| Hex | 6F | 48 | 2F | 0 | 23 | 3A | 38 | 17 | 29 | 1F |
| Octal | 157 | 110 | 57 | 0 | 43 | 72 | 70 | 27 | 51 | 37 |
| Binary | 1101111 | 1001000 | 101111 | 0 | 100011 | 111010 | 111000 | 10111 | 101001 | 11111 |
Color Harmonies of #6F482F
Complementary color
Monochromatic Colors of #6F482F
Black with #6F482F
Text Example
Text Example
White with #6F482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F482F; }
p { color: rgb(111,72,47); }
H1.HeaderClassName
{
color: #6F482F;
}
.AnyTagClassName
{
color: #6F482F;
}
</style>
background-color css
<style>
a { background-color: #6F482F; }
a { background-color: rgb(111,72,47); }
div.DivClassName
{
background-color: #6F482F;
}
.BgClassName
{
background-color: #6F482F;
}
</style>
border-color css
<style>
span { border-color: #6F482F; }
span { border-color: rgb(111,72,47); }
td.TdClassName
{
border-color: #6F482F;
}
.TagClassName
{
border-color: #6F482F;
}
</style>