Shades of Cape Palliser #6F4837
Tints of Cape Palliser #6F4837
RGB
CMYK
RGB Variations
Color information
#6F4837 (or 0x6F4837) is known color: Cape Palliser. HEX triplet: 6F, 48 and 37. RGB value is (111,72,55). Sum of RGB (Red+Green+Blue) = 111+72+55=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4837 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4837 is #90B7C8. Grayscale: #515151. Windows color (decimal): -9484233 or 3623023. OLE color: 3623023.
HSL color Cylindrical-coordinate representation of color #6F4837: hue angle of 18.21º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F4837 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 72 | 55 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.56 |
| HSL | 18.21º | 0.34% | 0.33% | - |
| HSV(B) | 18.21º | 0.5% | 0.44% | - |
| XYZ | 9.56 | 8.29 | 4.71 | - |
| YUV | 81.72 | 112.92 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 72 | 55 | 0 | 0.35 | 0.50 | 0.56 | 18.21 | 0.34 | 0.33 |
| Hex | 6F | 48 | 37 | 0 | 23 | 32 | 38 | 12 | 22 | 21 |
| Octal | 157 | 110 | 67 | 0 | 43 | 62 | 70 | 22 | 42 | 41 |
| Binary | 1101111 | 1001000 | 110111 | 0 | 100011 | 110010 | 111000 | 10010 | 100010 | 100001 |
Color Harmonies of #6F4837
Complementary color
Monochromatic Colors of #6F4837
Black with #6F4837
Text Example
Text Example
White with #6F4837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4837; }
p { color: rgb(111,72,55); }
H1.HeaderClassName
{
color: #6F4837;
}
.AnyTagClassName
{
color: #6F4837;
}
</style>
background-color css
<style>
a { background-color: #6F4837; }
a { background-color: rgb(111,72,55); }
div.DivClassName
{
background-color: #6F4837;
}
.BgClassName
{
background-color: #6F4837;
}
</style>
border-color css
<style>
span { border-color: #6F4837; }
span { border-color: rgb(111,72,55); }
td.TdClassName
{
border-color: #6F4837;
}
.TagClassName
{
border-color: #6F4837;
}
</style>