Shades of Cape Palliser #6F482D
Tints of Cape Palliser #6F482D
RGB
CMYK
RGB Variations
Color information
#6F482D (or 0x6F482D) is known color: Cape Palliser. HEX triplet: 6F, 48 and 2D. RGB value is (111,72,45). Sum of RGB (Red+Green+Blue) = 111+72+45=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F482D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F482D is #90B7D2. Grayscale: #505050. Windows color (decimal): -9484243 or 2967663. OLE color: 2967663.
HSL color Cylindrical-coordinate representation of color #6F482D: hue angle of 24.55º 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 #6F482D is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 72 | 45 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.56 |
| HSL | 24.55º | 0.42% | 0.31% | - |
| HSV(B) | 24.55º | 0.59% | 0.44% | - |
| XYZ | 9.35 | 8.2 | 3.57 | - |
| YUV | 80.58 | 107.92 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 72 | 45 | 0 | 0.35 | 0.59 | 0.56 | 24.55 | 0.42 | 0.31 |
| Hex | 6F | 48 | 2D | 0 | 23 | 3B | 38 | 19 | 2A | 1F |
| Octal | 157 | 110 | 55 | 0 | 43 | 73 | 70 | 31 | 52 | 37 |
| Binary | 1101111 | 1001000 | 101101 | 0 | 100011 | 111011 | 111000 | 11001 | 101010 | 11111 |
Color Harmonies of #6F482D
Complementary color
Monochromatic Colors of #6F482D
Black with #6F482D
Text Example
Text Example
White with #6F482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F482D; }
p { color: rgb(111,72,45); }
H1.HeaderClassName
{
color: #6F482D;
}
.AnyTagClassName
{
color: #6F482D;
}
</style>
background-color css
<style>
a { background-color: #6F482D; }
a { background-color: rgb(111,72,45); }
div.DivClassName
{
background-color: #6F482D;
}
.BgClassName
{
background-color: #6F482D;
}
</style>
border-color css
<style>
span { border-color: #6F482D; }
span { border-color: rgb(111,72,45); }
td.TdClassName
{
border-color: #6F482D;
}
.TagClassName
{
border-color: #6F482D;
}
</style>