Shades of Kenyan Copper #67332E
Tints of Kenyan Copper #67332E
RGB
CMYK
RGB Variations
Color information
#67332E (or 0x67332E) is known color: Kenyan Copper. HEX triplet: 67, 33 and 2E. RGB value is (103,51,46). Sum of RGB (Red+Green+Blue) = 103+51+46=200 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 103 - color contains mainly: red. Hex color #67332E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67332E is #98CCD1. Grayscale: #424242. Windows color (decimal): -10013906 or 3027815. OLE color: 3027815.
HSL color Cylindrical-coordinate representation of color #67332E: hue angle of 5.26º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67332E is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 51 | 46 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.60 |
| HSL | 5.26º | 0.38% | 0.29% | - |
| HSV(B) | 5.26º | 0.55% | 0.4% | - |
| XYZ | 7.27 | 5.45 | 3.25 | - |
| YUV | 65.98 | 116.73 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 51 | 46 | 0 | 0.50 | 0.55 | 0.60 | 5.26 | 0.38 | 0.29 |
| Hex | 67 | 33 | 2E | 0 | 32 | 37 | 3C | 5 | 26 | 1D |
| Octal | 147 | 63 | 56 | 0 | 62 | 67 | 74 | 5 | 46 | 35 |
| Binary | 1100111 | 110011 | 101110 | 0 | 110010 | 110111 | 111100 | 101 | 100110 | 11101 |
Color Harmonies of #67332E
Complementary color
Monochromatic Colors of #67332E
Black with #67332E
Text Example
Text Example
White with #67332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67332E; }
p { color: rgb(103,51,46); }
H1.HeaderClassName
{
color: #67332E;
}
.AnyTagClassName
{
color: #67332E;
}
</style>
background-color css
<style>
a { background-color: #67332E; }
a { background-color: rgb(103,51,46); }
div.DivClassName
{
background-color: #67332E;
}
.BgClassName
{
background-color: #67332E;
}
</style>
border-color css
<style>
span { border-color: #67332E; }
span { border-color: rgb(103,51,46); }
td.TdClassName
{
border-color: #67332E;
}
.TagClassName
{
border-color: #67332E;
}
</style>