Shades of Kenyan Copper #6D3431
Tints of Kenyan Copper #6D3431
RGB
CMYK
RGB Variations
Color information
#6D3431 (or 0x6D3431) is known color: Kenyan Copper. HEX triplet: 6D, 34 and 31. RGB value is (109,52,49). Sum of RGB (Red+Green+Blue) = 109+52+49=210 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.90% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3431 is #92CBCE. Grayscale: #444444. Windows color (decimal): -9620431 or 3224685. OLE color: 3224685.
HSL color Cylindrical-coordinate representation of color #6D3431: hue angle of 3º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D3431 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 52 | 49 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.57 |
| HSL | 3º | 0.38% | 0.31% | - |
| HSV(B) | 3º | 0.55% | 0.43% | - |
| XYZ | 8.09 | 5.93 | 3.62 | - |
| YUV | 68.7 | 116.88 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 52 | 49 | 0 | 0.52 | 0.55 | 0.57 | 3 | 0.38 | 0.31 |
| Hex | 6D | 34 | 31 | 0 | 34 | 37 | 39 | 3 | 26 | 1F |
| Octal | 155 | 64 | 61 | 0 | 64 | 67 | 71 | 3 | 46 | 37 |
| Binary | 1101101 | 110100 | 110001 | 0 | 110100 | 110111 | 111001 | 11 | 100110 | 11111 |
Color Harmonies of #6D3431
Complementary color
Monochromatic Colors of #6D3431
Black with #6D3431
Text Example
Text Example
White with #6D3431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3431; }
p { color: rgb(109,52,49); }
H1.HeaderClassName
{
color: #6D3431;
}
.AnyTagClassName
{
color: #6D3431;
}
</style>
background-color css
<style>
a { background-color: #6D3431; }
a { background-color: rgb(109,52,49); }
div.DivClassName
{
background-color: #6D3431;
}
.BgClassName
{
background-color: #6D3431;
}
</style>
border-color css
<style>
span { border-color: #6D3431; }
span { border-color: rgb(109,52,49); }
td.TdClassName
{
border-color: #6D3431;
}
.TagClassName
{
border-color: #6D3431;
}
</style>