Shades of Cape Palliser #6F4B2F
Tints of Cape Palliser #6F4B2F
RGB
CMYK
RGB Variations
Color information
#6F4B2F (or 0x6F4B2F) is known color: Cape Palliser. HEX triplet: 6F, 4B and 2F. RGB value is (111,75,47). Sum of RGB (Red+Green+Blue) = 111+75+47=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4B2F is #90B4D0. Grayscale: #525252. Windows color (decimal): -9483473 or 3099503. OLE color: 3099503.
HSL color Cylindrical-coordinate representation of color #6F4B2F: hue angle of 26.25º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F4B2F is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 75 | 47 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.56 |
| HSL | 26.25º | 0.41% | 0.31% | - |
| HSV(B) | 26.25º | 0.58% | 0.44% | - |
| XYZ | 9.58 | 8.62 | 3.85 | - |
| YUV | 82.57 | 107.93 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 75 | 47 | 0 | 0.32 | 0.58 | 0.56 | 26.25 | 0.41 | 0.31 |
| Hex | 6F | 4B | 2F | 0 | 20 | 3A | 38 | 1A | 29 | 1F |
| Octal | 157 | 113 | 57 | 0 | 40 | 72 | 70 | 32 | 51 | 37 |
| Binary | 1101111 | 1001011 | 101111 | 0 | 100000 | 111010 | 111000 | 11010 | 101001 | 11111 |
Color Harmonies of #6F4B2F
Complementary color
Monochromatic Colors of #6F4B2F
Black with #6F4B2F
Text Example
Text Example
White with #6F4B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4B2F; }
p { color: rgb(111,75,47); }
H1.HeaderClassName
{
color: #6F4B2F;
}
.AnyTagClassName
{
color: #6F4B2F;
}
</style>
background-color css
<style>
a { background-color: #6F4B2F; }
a { background-color: rgb(111,75,47); }
div.DivClassName
{
background-color: #6F4B2F;
}
.BgClassName
{
background-color: #6F4B2F;
}
</style>
border-color css
<style>
span { border-color: #6F4B2F; }
span { border-color: rgb(111,75,47); }
td.TdClassName
{
border-color: #6F4B2F;
}
.TagClassName
{
border-color: #6F4B2F;
}
</style>