Shades of Cape Palliser #6F462D
Tints of Cape Palliser #6F462D
RGB
CMYK
RGB Variations
Color information
#6F462D (or 0x6F462D) is known color: Cape Palliser. HEX triplet: 6F, 46 and 2D. RGB value is (111,70,45). Sum of RGB (Red+Green+Blue) = 111+70+45=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F462D is #90B9D2. Grayscale: #4F4F4F. Windows color (decimal): -9484755 or 2967151. OLE color: 2967151.
HSL color Cylindrical-coordinate representation of color #6F462D: hue angle of 22.73º degrees, saturation: 0.42, 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 #6F462D is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 70 | 45 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.56 |
| HSL | 22.73º | 0.42% | 0.31% | - |
| HSV(B) | 22.73º | 0.59% | 0.44% | - |
| XYZ | 9.22 | 7.95 | 3.53 | - |
| YUV | 79.41 | 108.58 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 70 | 45 | 0 | 0.37 | 0.59 | 0.56 | 22.73 | 0.42 | 0.31 |
| Hex | 6F | 46 | 2D | 0 | 25 | 3B | 38 | 17 | 2A | 1F |
| Octal | 157 | 106 | 55 | 0 | 45 | 73 | 70 | 27 | 52 | 37 |
| Binary | 1101111 | 1000110 | 101101 | 0 | 100101 | 111011 | 111000 | 10111 | 101010 | 11111 |
Color Harmonies of #6F462D
Complementary color
Monochromatic Colors of #6F462D
Black with #6F462D
Text Example
Text Example
White with #6F462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F462D; }
p { color: rgb(111,70,45); }
H1.HeaderClassName
{
color: #6F462D;
}
.AnyTagClassName
{
color: #6F462D;
}
</style>
background-color css
<style>
a { background-color: #6F462D; }
a { background-color: rgb(111,70,45); }
div.DivClassName
{
background-color: #6F462D;
}
.BgClassName
{
background-color: #6F462D;
}
</style>
border-color css
<style>
span { border-color: #6F462D; }
span { border-color: rgb(111,70,45); }
td.TdClassName
{
border-color: #6F462D;
}
.TagClassName
{
border-color: #6F462D;
}
</style>