Shades of Kenyan Copper #67342E
Tints of Kenyan Copper #67342E
RGB
CMYK
RGB Variations
Color information
#67342E (or 0x67342E) is known color: Kenyan Copper. HEX triplet: 67, 34 and 2E. RGB value is (103,52,46). Sum of RGB (Red+Green+Blue) = 103+52+46=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #67342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67342E is #98CBD1. Grayscale: #424242. Windows color (decimal): -10013650 or 3028071. OLE color: 3028071.
HSL color Cylindrical-coordinate representation of color #67342E: hue angle of 6.32º 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 #67342E is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 52 | 46 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.60 |
| HSL | 6.32º | 0.38% | 0.29% | - |
| HSV(B) | 6.32º | 0.55% | 0.4% | - |
| XYZ | 7.31 | 5.54 | 3.27 | - |
| YUV | 66.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 52 | 46 | 0 | 0.50 | 0.55 | 0.60 | 6.32 | 0.38 | 0.29 |
| Hex | 67 | 34 | 2E | 0 | 32 | 37 | 3C | 6 | 26 | 1D |
| Octal | 147 | 64 | 56 | 0 | 62 | 67 | 74 | 6 | 46 | 35 |
| Binary | 1100111 | 110100 | 101110 | 0 | 110010 | 110111 | 111100 | 110 | 100110 | 11101 |
Color Harmonies of #67342E
Complementary color
Monochromatic Colors of #67342E
Black with #67342E
Text Example
Text Example
White with #67342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67342E; }
p { color: rgb(103,52,46); }
H1.HeaderClassName
{
color: #67342E;
}
.AnyTagClassName
{
color: #67342E;
}
</style>
background-color css
<style>
a { background-color: #67342E; }
a { background-color: rgb(103,52,46); }
div.DivClassName
{
background-color: #67342E;
}
.BgClassName
{
background-color: #67342E;
}
</style>
border-color css
<style>
span { border-color: #67342E; }
span { border-color: rgb(103,52,46); }
td.TdClassName
{
border-color: #67342E;
}
.TagClassName
{
border-color: #67342E;
}
</style>