Shades of Cape Palliser #6F4833
Tints of Cape Palliser #6F4833
RGB
CMYK
RGB Variations
Color information
#6F4833 (or 0x6F4833) is known color: Cape Palliser. HEX triplet: 6F, 48 and 33. RGB value is (111,72,51). Sum of RGB (Red+Green+Blue) = 111+72+51=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4833 is #90B7CC. Grayscale: #515151. Windows color (decimal): -9484237 or 3360879. OLE color: 3360879.
HSL color Cylindrical-coordinate representation of color #6F4833: hue angle of 21º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F4833 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 72 | 51 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.56 |
| HSL | 21º | 0.37% | 0.32% | - |
| HSV(B) | 21º | 0.54% | 0.44% | - |
| XYZ | 9.47 | 8.25 | 4.23 | - |
| YUV | 81.27 | 110.92 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 72 | 51 | 0 | 0.35 | 0.54 | 0.56 | 21 | 0.37 | 0.32 |
| Hex | 6F | 48 | 33 | 0 | 23 | 36 | 38 | 15 | 25 | 20 |
| Octal | 157 | 110 | 63 | 0 | 43 | 66 | 70 | 25 | 45 | 40 |
| Binary | 1101111 | 1001000 | 110011 | 0 | 100011 | 110110 | 111000 | 10101 | 100101 | 100000 |
Color Harmonies of #6F4833
Complementary color
Monochromatic Colors of #6F4833
Black with #6F4833
Text Example
Text Example
White with #6F4833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4833; }
p { color: rgb(111,72,51); }
H1.HeaderClassName
{
color: #6F4833;
}
.AnyTagClassName
{
color: #6F4833;
}
</style>
background-color css
<style>
a { background-color: #6F4833; }
a { background-color: rgb(111,72,51); }
div.DivClassName
{
background-color: #6F4833;
}
.BgClassName
{
background-color: #6F4833;
}
</style>
border-color css
<style>
span { border-color: #6F4833; }
span { border-color: rgb(111,72,51); }
td.TdClassName
{
border-color: #6F4833;
}
.TagClassName
{
border-color: #6F4833;
}
</style>