Shades of Cape Palliser #6F492D
Tints of Cape Palliser #6F492D
RGB
CMYK
RGB Variations
Color information
#6F492D (or 0x6F492D) is known color: Cape Palliser. HEX triplet: 6F, 49 and 2D. RGB value is (111,73,45). Sum of RGB (Red+Green+Blue) = 111+73+45=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F492D is #90B6D2. Grayscale: #515151. Windows color (decimal): -9483987 or 2967919. OLE color: 2967919.
HSL color Cylindrical-coordinate representation of color #6F492D: hue angle of 25.45º 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 #6F492D is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 73 | 45 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.56 |
| HSL | 25.45º | 0.42% | 0.31% | - |
| HSV(B) | 25.45º | 0.59% | 0.44% | - |
| XYZ | 9.41 | 8.33 | 3.6 | - |
| YUV | 81.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 45 | 0 | 0.34 | 0.59 | 0.56 | 25.45 | 0.42 | 0.31 |
| Hex | 6F | 49 | 2D | 0 | 22 | 3B | 38 | 19 | 2A | 1F |
| Octal | 157 | 111 | 55 | 0 | 42 | 73 | 70 | 31 | 52 | 37 |
| Binary | 1101111 | 1001001 | 101101 | 0 | 100010 | 111011 | 111000 | 11001 | 101010 | 11111 |
Color Harmonies of #6F492D
Complementary color
Monochromatic Colors of #6F492D
Black with #6F492D
Text Example
Text Example
White with #6F492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F492D; }
p { color: rgb(111,73,45); }
H1.HeaderClassName
{
color: #6F492D;
}
.AnyTagClassName
{
color: #6F492D;
}
</style>
background-color css
<style>
a { background-color: #6F492D; }
a { background-color: rgb(111,73,45); }
div.DivClassName
{
background-color: #6F492D;
}
.BgClassName
{
background-color: #6F492D;
}
</style>
border-color css
<style>
span { border-color: #6F492D; }
span { border-color: rgb(111,73,45); }
td.TdClassName
{
border-color: #6F492D;
}
.TagClassName
{
border-color: #6F492D;
}
</style>