Shades of Cape Palliser #6F462E
Tints of Cape Palliser #6F462E
RGB
CMYK
RGB Variations
Color information
#6F462E (or 0x6F462E) is known color: Cape Palliser. HEX triplet: 6F, 46 and 2E. RGB value is (111,70,46). Sum of RGB (Red+Green+Blue) = 111+70+46=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F462E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F462E is #90B9D1. Grayscale: #4F4F4F. Windows color (decimal): -9484754 or 3032687. OLE color: 3032687.
HSL color Cylindrical-coordinate representation of color #6F462E: hue angle of 22.15º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F462E is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 70 | 46 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.56 |
| HSL | 22.15º | 0.41% | 0.31% | - |
| HSV(B) | 22.15º | 0.59% | 0.44% | - |
| XYZ | 9.24 | 7.96 | 3.63 | - |
| YUV | 79.52 | 109.08 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 70 | 46 | 0 | 0.37 | 0.59 | 0.56 | 22.15 | 0.41 | 0.31 |
| Hex | 6F | 46 | 2E | 0 | 25 | 3B | 38 | 16 | 29 | 1F |
| Octal | 157 | 106 | 56 | 0 | 45 | 73 | 70 | 26 | 51 | 37 |
| Binary | 1101111 | 1000110 | 101110 | 0 | 100101 | 111011 | 111000 | 10110 | 101001 | 11111 |
Color Harmonies of #6F462E
Complementary color
Monochromatic Colors of #6F462E
Black with #6F462E
Text Example
Text Example
White with #6F462E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F462E; }
p { color: rgb(111,70,46); }
H1.HeaderClassName
{
color: #6F462E;
}
.AnyTagClassName
{
color: #6F462E;
}
</style>
background-color css
<style>
a { background-color: #6F462E; }
a { background-color: rgb(111,70,46); }
div.DivClassName
{
background-color: #6F462E;
}
.BgClassName
{
background-color: #6F462E;
}
</style>
border-color css
<style>
span { border-color: #6F462E; }
span { border-color: rgb(111,70,46); }
td.TdClassName
{
border-color: #6F462E;
}
.TagClassName
{
border-color: #6F462E;
}
</style>