Shades of Cape Palliser #6D4530
Tints of Cape Palliser #6D4530
RGB
CMYK
RGB Variations
Color information
#6D4530 (or 0x6D4530) is known color: Cape Palliser. HEX triplet: 6D, 45 and 30. RGB value is (109,69,48). Sum of RGB (Red+Green+Blue) = 109+69+48=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4530 is #92BACF. Grayscale: #4E4E4E. Windows color (decimal): -9616080 or 3163501. OLE color: 3163501.
HSL color Cylindrical-coordinate representation of color #6D4530: hue angle of 20.66º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D4530 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 69 | 48 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.57 |
| HSL | 20.66º | 0.39% | 0.31% | - |
| HSV(B) | 20.66º | 0.56% | 0.43% | - |
| XYZ | 8.97 | 7.72 | 3.81 | - |
| YUV | 78.57 | 110.75 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 69 | 48 | 0 | 0.37 | 0.56 | 0.57 | 20.66 | 0.39 | 0.31 |
| Hex | 6D | 45 | 30 | 0 | 25 | 38 | 39 | 15 | 27 | 1F |
| Octal | 155 | 105 | 60 | 0 | 45 | 70 | 71 | 25 | 47 | 37 |
| Binary | 1101101 | 1000101 | 110000 | 0 | 100101 | 111000 | 111001 | 10101 | 100111 | 11111 |
Color Harmonies of #6D4530
Complementary color
Monochromatic Colors of #6D4530
Black with #6D4530
Text Example
Text Example
White with #6D4530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4530; }
p { color: rgb(109,69,48); }
H1.HeaderClassName
{
color: #6D4530;
}
.AnyTagClassName
{
color: #6D4530;
}
</style>
background-color css
<style>
a { background-color: #6D4530; }
a { background-color: rgb(109,69,48); }
div.DivClassName
{
background-color: #6D4530;
}
.BgClassName
{
background-color: #6D4530;
}
</style>
border-color css
<style>
span { border-color: #6D4530; }
span { border-color: rgb(109,69,48); }
td.TdClassName
{
border-color: #6D4530;
}
.TagClassName
{
border-color: #6D4530;
}
</style>