Shades of Kenyan Copper #6C332D
Tints of Kenyan Copper #6C332D
RGB
CMYK
RGB Variations
Color information
#6C332D (or 0x6C332D) is known color: Kenyan Copper. HEX triplet: 6C, 33 and 2D. RGB value is (108,51,45). Sum of RGB (Red+Green+Blue) = 108+51+45=204 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.94% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 108 - color contains mainly: red. Hex color #6C332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C332D is #93CCD2. Grayscale: #434343. Windows color (decimal): -9686227 or 2962284. OLE color: 2962284.
HSL color Cylindrical-coordinate representation of color #6C332D: hue angle of 5.71º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C332D is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 51 | 45 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.58 |
| HSL | 5.71º | 0.41% | 0.3% | - |
| HSV(B) | 5.71º | 0.58% | 0.42% | - |
| XYZ | 7.84 | 5.75 | 3.18 | - |
| YUV | 67.36 | 115.38 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 51 | 45 | 0 | 0.53 | 0.58 | 0.58 | 5.71 | 0.41 | 0.3 |
| Hex | 6C | 33 | 2D | 0 | 35 | 3A | 3A | 6 | 29 | 1E |
| Octal | 154 | 63 | 55 | 0 | 65 | 72 | 72 | 6 | 51 | 36 |
| Binary | 1101100 | 110011 | 101101 | 0 | 110101 | 111010 | 111010 | 110 | 101001 | 11110 |
Color Harmonies of #6C332D
Complementary color
Monochromatic Colors of #6C332D
Black with #6C332D
Text Example
Text Example
White with #6C332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C332D; }
p { color: rgb(108,51,45); }
H1.HeaderClassName
{
color: #6C332D;
}
.AnyTagClassName
{
color: #6C332D;
}
</style>
background-color css
<style>
a { background-color: #6C332D; }
a { background-color: rgb(108,51,45); }
div.DivClassName
{
background-color: #6C332D;
}
.BgClassName
{
background-color: #6C332D;
}
</style>
border-color css
<style>
span { border-color: #6C332D; }
span { border-color: rgb(108,51,45); }
td.TdClassName
{
border-color: #6C332D;
}
.TagClassName
{
border-color: #6C332D;
}
</style>