Shades of Kenyan Copper #6B322D
Tints of Kenyan Copper #6B322D
RGB
CMYK
RGB Variations
Color information
#6B322D (or 0x6B322D) is known color: Kenyan Copper. HEX triplet: 6B, 32 and 2D. RGB value is (107,50,45). Sum of RGB (Red+Green+Blue) = 107+50+45=202 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.97% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 107 - color contains mainly: red. Hex color #6B322D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B322D is #94CDD2. Grayscale: #424242. Windows color (decimal): -9752019 or 2962027. OLE color: 2962027.
HSL color Cylindrical-coordinate representation of color #6B322D: hue angle of 4.84º 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 #6B322D is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 50 | 45 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.58 |
| HSL | 4.84º | 0.41% | 0.3% | - |
| HSV(B) | 4.84º | 0.58% | 0.42% | - |
| XYZ | 7.68 | 5.6 | 3.16 | - |
| YUV | 66.47 | 115.88 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 50 | 45 | 0 | 0.53 | 0.58 | 0.58 | 4.84 | 0.41 | 0.3 |
| Hex | 6B | 32 | 2D | 0 | 35 | 3A | 3A | 5 | 29 | 1E |
| Octal | 153 | 62 | 55 | 0 | 65 | 72 | 72 | 5 | 51 | 36 |
| Binary | 1101011 | 110010 | 101101 | 0 | 110101 | 111010 | 111010 | 101 | 101001 | 11110 |
Color Harmonies of #6B322D
Complementary color
Monochromatic Colors of #6B322D
Black with #6B322D
Text Example
Text Example
White with #6B322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B322D; }
p { color: rgb(107,50,45); }
H1.HeaderClassName
{
color: #6B322D;
}
.AnyTagClassName
{
color: #6B322D;
}
</style>
background-color css
<style>
a { background-color: #6B322D; }
a { background-color: rgb(107,50,45); }
div.DivClassName
{
background-color: #6B322D;
}
.BgClassName
{
background-color: #6B322D;
}
</style>
border-color css
<style>
span { border-color: #6B322D; }
span { border-color: rgb(107,50,45); }
td.TdClassName
{
border-color: #6B322D;
}
.TagClassName
{
border-color: #6B322D;
}
</style>