Shades of Kenyan Copper #67332D
Tints of Kenyan Copper #67332D
RGB
CMYK
RGB Variations
Color information
#67332D (or 0x67332D) is known color: Kenyan Copper. HEX triplet: 67, 33 and 2D. RGB value is (103,51,45). Sum of RGB (Red+Green+Blue) = 103+51+45=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #67332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67332D is #98CCD2. Grayscale: #414141. Windows color (decimal): -10013907 or 2962279. OLE color: 2962279.
HSL color Cylindrical-coordinate representation of color #67332D: hue angle of 6.21º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67332D is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 51 | 45 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.60 |
| HSL | 6.21º | 0.39% | 0.29% | - |
| HSV(B) | 6.21º | 0.56% | 0.4% | - |
| XYZ | 7.25 | 5.44 | 3.15 | - |
| YUV | 65.86 | 116.23 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 51 | 45 | 0 | 0.50 | 0.56 | 0.60 | 6.21 | 0.39 | 0.29 |
| Hex | 67 | 33 | 2D | 0 | 32 | 38 | 3C | 6 | 27 | 1D |
| Octal | 147 | 63 | 55 | 0 | 62 | 70 | 74 | 6 | 47 | 35 |
| Binary | 1100111 | 110011 | 101101 | 0 | 110010 | 111000 | 111100 | 110 | 100111 | 11101 |
Color Harmonies of #67332D
Complementary color
Monochromatic Colors of #67332D
Black with #67332D
Text Example
Text Example
White with #67332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67332D; }
p { color: rgb(103,51,45); }
H1.HeaderClassName
{
color: #67332D;
}
.AnyTagClassName
{
color: #67332D;
}
</style>
background-color css
<style>
a { background-color: #67332D; }
a { background-color: rgb(103,51,45); }
div.DivClassName
{
background-color: #67332D;
}
.BgClassName
{
background-color: #67332D;
}
</style>
border-color css
<style>
span { border-color: #67332D; }
span { border-color: rgb(103,51,45); }
td.TdClassName
{
border-color: #67332D;
}
.TagClassName
{
border-color: #67332D;
}
</style>