Shades of Kenyan Copper #6B2F2B
Tints of Kenyan Copper #6B2F2B
RGB
CMYK
RGB Variations
Color information
#6B2F2B (or 0x6B2F2B) is known color: Kenyan Copper. HEX triplet: 6B, 2F and 2B. RGB value is (107,47,43). Sum of RGB (Red+Green+Blue) = 107+47+43=197 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.31% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2F2B is #94D0D4. Grayscale: #404040. Windows color (decimal): -9752789 or 2830187. OLE color: 2830187.
HSL color Cylindrical-coordinate representation of color #6B2F2B: hue angle of 3.75º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B2F2B is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 47 | 43 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.58 |
| HSL | 3.75º | 0.43% | 0.29% | - |
| HSV(B) | 3.75º | 0.6% | 0.42% | - |
| XYZ | 7.52 | 5.33 | 2.92 | - |
| YUV | 64.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 47 | 43 | 0 | 0.56 | 0.60 | 0.58 | 3.75 | 0.43 | 0.29 |
| Hex | 6B | 2F | 2B | 0 | 38 | 3C | 3A | 4 | 2B | 1D |
| Octal | 153 | 57 | 53 | 0 | 70 | 74 | 72 | 4 | 53 | 35 |
| Binary | 1101011 | 101111 | 101011 | 0 | 111000 | 111100 | 111010 | 100 | 101011 | 11101 |
Color Harmonies of #6B2F2B
Complementary color
Monochromatic Colors of #6B2F2B
Black with #6B2F2B
Text Example
Text Example
White with #6B2F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2F2B; }
p { color: rgb(107,47,43); }
H1.HeaderClassName
{
color: #6B2F2B;
}
.AnyTagClassName
{
color: #6B2F2B;
}
</style>
background-color css
<style>
a { background-color: #6B2F2B; }
a { background-color: rgb(107,47,43); }
div.DivClassName
{
background-color: #6B2F2B;
}
.BgClassName
{
background-color: #6B2F2B;
}
</style>
border-color css
<style>
span { border-color: #6B2F2B; }
span { border-color: rgb(107,47,43); }
td.TdClassName
{
border-color: #6B2F2B;
}
.TagClassName
{
border-color: #6B2F2B;
}
</style>