Shades of Cape Palliser #6F4732
Tints of Cape Palliser #6F4732
RGB
CMYK
RGB Variations
Color information
#6F4732 (or 0x6F4732) is known color: Cape Palliser. HEX triplet: 6F, 47 and 32. RGB value is (111,71,50). Sum of RGB (Red+Green+Blue) = 111+71+50=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4732 is #90B8CD. Grayscale: #505050. Windows color (decimal): -9484494 or 3295087. OLE color: 3295087.
HSL color Cylindrical-coordinate representation of color #6F4732: hue angle of 20.66º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F4732 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 71 | 50 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.56 |
| HSL | 20.66º | 0.38% | 0.32% | - |
| HSV(B) | 20.66º | 0.55% | 0.44% | - |
| XYZ | 9.38 | 8.12 | 4.09 | - |
| YUV | 80.57 | 110.75 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 71 | 50 | 0 | 0.36 | 0.55 | 0.56 | 20.66 | 0.38 | 0.32 |
| Hex | 6F | 47 | 32 | 0 | 24 | 37 | 38 | 15 | 26 | 20 |
| Octal | 157 | 107 | 62 | 0 | 44 | 67 | 70 | 25 | 46 | 40 |
| Binary | 1101111 | 1000111 | 110010 | 0 | 100100 | 110111 | 111000 | 10101 | 100110 | 100000 |
Color Harmonies of #6F4732
Complementary color
Monochromatic Colors of #6F4732
Black with #6F4732
Text Example
Text Example
White with #6F4732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4732; }
p { color: rgb(111,71,50); }
H1.HeaderClassName
{
color: #6F4732;
}
.AnyTagClassName
{
color: #6F4732;
}
</style>
background-color css
<style>
a { background-color: #6F4732; }
a { background-color: rgb(111,71,50); }
div.DivClassName
{
background-color: #6F4732;
}
.BgClassName
{
background-color: #6F4732;
}
</style>
border-color css
<style>
span { border-color: #6F4732; }
span { border-color: rgb(111,71,50); }
td.TdClassName
{
border-color: #6F4732;
}
.TagClassName
{
border-color: #6F4732;
}
</style>