Shades of Cape Palliser #6F482C
Tints of Cape Palliser #6F482C
RGB
CMYK
RGB Variations
Color information
#6F482C (or 0x6F482C) is known color: Cape Palliser. HEX triplet: 6F, 48 and 2C. RGB value is (111,72,44). Sum of RGB (Red+Green+Blue) = 111+72+44=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F482C is #90B7D3. Grayscale: #505050. Windows color (decimal): -9484244 or 2902127. OLE color: 2902127.
HSL color Cylindrical-coordinate representation of color #6F482C: hue angle of 25.07º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F482C is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 72 | 44 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.56 |
| HSL | 25.07º | 0.43% | 0.3% | - |
| HSV(B) | 25.07º | 0.6% | 0.44% | - |
| XYZ | 9.33 | 8.2 | 3.47 | - |
| YUV | 80.47 | 107.42 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 72 | 44 | 0 | 0.35 | 0.60 | 0.56 | 25.07 | 0.43 | 0.3 |
| Hex | 6F | 48 | 2C | 0 | 23 | 3C | 38 | 19 | 2B | 1E |
| Octal | 157 | 110 | 54 | 0 | 43 | 74 | 70 | 31 | 53 | 36 |
| Binary | 1101111 | 1001000 | 101100 | 0 | 100011 | 111100 | 111000 | 11001 | 101011 | 11110 |
Color Harmonies of #6F482C
Complementary color
Monochromatic Colors of #6F482C
Black with #6F482C
Text Example
Text Example
White with #6F482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F482C; }
p { color: rgb(111,72,44); }
H1.HeaderClassName
{
color: #6F482C;
}
.AnyTagClassName
{
color: #6F482C;
}
</style>
background-color css
<style>
a { background-color: #6F482C; }
a { background-color: rgb(111,72,44); }
div.DivClassName
{
background-color: #6F482C;
}
.BgClassName
{
background-color: #6F482C;
}
</style>
border-color css
<style>
span { border-color: #6F482C; }
span { border-color: rgb(111,72,44); }
td.TdClassName
{
border-color: #6F482C;
}
.TagClassName
{
border-color: #6F482C;
}
</style>