Shades of Kenyan Copper #6B3330
Tints of Kenyan Copper #6B3330
RGB
CMYK
RGB Variations
Color information
#6B3330 (or 0x6B3330) is known color: Kenyan Copper. HEX triplet: 6B, 33 and 30. RGB value is (107,51,48). Sum of RGB (Red+Green+Blue) = 107+51+48=206 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.94% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3330 is #94CCCF. Grayscale: #434343. Windows color (decimal): -9751760 or 3158891. OLE color: 3158891.
HSL color Cylindrical-coordinate representation of color #6B3330: hue angle of 3.05º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B3330 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 51 | 48 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.58 |
| HSL | 3.05º | 0.38% | 0.3% | - |
| HSV(B) | 3.05º | 0.55% | 0.42% | - |
| XYZ | 7.78 | 5.71 | 3.49 | - |
| YUV | 67.4 | 117.05 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 51 | 48 | 0 | 0.52 | 0.55 | 0.58 | 3.05 | 0.38 | 0.3 |
| Hex | 6B | 33 | 30 | 0 | 34 | 37 | 3A | 3 | 26 | 1E |
| Octal | 153 | 63 | 60 | 0 | 64 | 67 | 72 | 3 | 46 | 36 |
| Binary | 1101011 | 110011 | 110000 | 0 | 110100 | 110111 | 111010 | 11 | 100110 | 11110 |
Color Harmonies of #6B3330
Complementary color
Monochromatic Colors of #6B3330
Black with #6B3330
Text Example
Text Example
White with #6B3330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3330; }
p { color: rgb(107,51,48); }
H1.HeaderClassName
{
color: #6B3330;
}
.AnyTagClassName
{
color: #6B3330;
}
</style>
background-color css
<style>
a { background-color: #6B3330; }
a { background-color: rgb(107,51,48); }
div.DivClassName
{
background-color: #6B3330;
}
.BgClassName
{
background-color: #6B3330;
}
</style>
border-color css
<style>
span { border-color: #6B3330; }
span { border-color: rgb(107,51,48); }
td.TdClassName
{
border-color: #6B3330;
}
.TagClassName
{
border-color: #6B3330;
}
</style>