Shades of Kenyan Copper #6B302B
Tints of Kenyan Copper #6B302B
RGB
CMYK
RGB Variations
Color information
#6B302B (or 0x6B302B) is known color: Kenyan Copper. HEX triplet: 6B, 30 and 2B. RGB value is (107,48,43). Sum of RGB (Red+Green+Blue) = 107+48+43=198 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.04% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 107 - color contains mainly: red. Hex color #6B302B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B302B is #94CFD4. Grayscale: #414141. Windows color (decimal): -9752533 or 2830443. OLE color: 2830443.
HSL color Cylindrical-coordinate representation of color #6B302B: hue angle of 4.69º 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 #6B302B is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 48 | 43 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.58 |
| HSL | 4.69º | 0.43% | 0.29% | - |
| HSV(B) | 4.69º | 0.6% | 0.42% | - |
| XYZ | 7.56 | 5.41 | 2.93 | - |
| YUV | 65.07 | 115.55 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 48 | 43 | 0 | 0.55 | 0.60 | 0.58 | 4.69 | 0.43 | 0.29 |
| Hex | 6B | 30 | 2B | 0 | 37 | 3C | 3A | 5 | 2B | 1D |
| Octal | 153 | 60 | 53 | 0 | 67 | 74 | 72 | 5 | 53 | 35 |
| Binary | 1101011 | 110000 | 101011 | 0 | 110111 | 111100 | 111010 | 101 | 101011 | 11101 |
Color Harmonies of #6B302B
Complementary color
Monochromatic Colors of #6B302B
Black with #6B302B
Text Example
Text Example
White with #6B302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B302B; }
p { color: rgb(107,48,43); }
H1.HeaderClassName
{
color: #6B302B;
}
.AnyTagClassName
{
color: #6B302B;
}
</style>
background-color css
<style>
a { background-color: #6B302B; }
a { background-color: rgb(107,48,43); }
div.DivClassName
{
background-color: #6B302B;
}
.BgClassName
{
background-color: #6B302B;
}
</style>
border-color css
<style>
span { border-color: #6B302B; }
span { border-color: rgb(107,48,43); }
td.TdClassName
{
border-color: #6B302B;
}
.TagClassName
{
border-color: #6B302B;
}
</style>