Shades of Kenyan Copper #67342D
Tints of Kenyan Copper #67342D
RGB
CMYK
RGB Variations
Color information
#67342D (or 0x67342D) is known color: Kenyan Copper. HEX triplet: 67, 34 and 2D. RGB value is (103,52,45). Sum of RGB (Red+Green+Blue) = 103+52+45=200 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 103 - color contains mainly: red. Hex color #67342D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67342D is #98CBD2. Grayscale: #424242. Windows color (decimal): -10013651 or 2962535. OLE color: 2962535.
HSL color Cylindrical-coordinate representation of color #67342D: hue angle of 7.24º 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 #67342D is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 52 | 45 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.60 |
| HSL | 7.24º | 0.39% | 0.29% | - |
| HSV(B) | 7.24º | 0.56% | 0.4% | - |
| XYZ | 7.3 | 5.53 | 3.17 | - |
| YUV | 66.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 52 | 45 | 0 | 0.50 | 0.56 | 0.60 | 7.24 | 0.39 | 0.29 |
| Hex | 67 | 34 | 2D | 0 | 32 | 38 | 3C | 7 | 27 | 1D |
| Octal | 147 | 64 | 55 | 0 | 62 | 70 | 74 | 7 | 47 | 35 |
| Binary | 1100111 | 110100 | 101101 | 0 | 110010 | 111000 | 111100 | 111 | 100111 | 11101 |
Color Harmonies of #67342D
Complementary color
Monochromatic Colors of #67342D
Black with #67342D
Text Example
Text Example
White with #67342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67342D; }
p { color: rgb(103,52,45); }
H1.HeaderClassName
{
color: #67342D;
}
.AnyTagClassName
{
color: #67342D;
}
</style>
background-color css
<style>
a { background-color: #67342D; }
a { background-color: rgb(103,52,45); }
div.DivClassName
{
background-color: #67342D;
}
.BgClassName
{
background-color: #67342D;
}
</style>
border-color css
<style>
span { border-color: #67342D; }
span { border-color: rgb(103,52,45); }
td.TdClassName
{
border-color: #67342D;
}
.TagClassName
{
border-color: #67342D;
}
</style>