Shades of Cape Palliser #6F4734
Tints of Cape Palliser #6F4734
RGB
CMYK
RGB Variations
Color information
#6F4734 (or 0x6F4734) is known color: Cape Palliser. HEX triplet: 6F, 47 and 34. RGB value is (111,71,52). Sum of RGB (Red+Green+Blue) = 111+71+52=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4734 is #90B8CB. Grayscale: #505050. Windows color (decimal): -9484492 or 3426159. OLE color: 3426159.
HSL color Cylindrical-coordinate representation of color #6F4734: hue angle of 19.32º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F4734 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 71 | 52 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.56 |
| HSL | 19.32º | 0.36% | 0.32% | - |
| HSV(B) | 19.32º | 0.53% | 0.44% | - |
| XYZ | 9.43 | 8.13 | 4.32 | - |
| YUV | 80.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 71 | 52 | 0 | 0.36 | 0.53 | 0.56 | 19.32 | 0.36 | 0.32 |
| Hex | 6F | 47 | 34 | 0 | 24 | 35 | 38 | 13 | 24 | 20 |
| Octal | 157 | 107 | 64 | 0 | 44 | 65 | 70 | 23 | 44 | 40 |
| Binary | 1101111 | 1000111 | 110100 | 0 | 100100 | 110101 | 111000 | 10011 | 100100 | 100000 |
Color Harmonies of #6F4734
Complementary color
Monochromatic Colors of #6F4734
Black with #6F4734
Text Example
Text Example
White with #6F4734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4734; }
p { color: rgb(111,71,52); }
H1.HeaderClassName
{
color: #6F4734;
}
.AnyTagClassName
{
color: #6F4734;
}
</style>
background-color css
<style>
a { background-color: #6F4734; }
a { background-color: rgb(111,71,52); }
div.DivClassName
{
background-color: #6F4734;
}
.BgClassName
{
background-color: #6F4734;
}
</style>
border-color css
<style>
span { border-color: #6F4734; }
span { border-color: rgb(111,71,52); }
td.TdClassName
{
border-color: #6F4734;
}
.TagClassName
{
border-color: #6F4734;
}
</style>