Shades of Kenyan Copper #67342F
Tints of Kenyan Copper #67342F
RGB
CMYK
RGB Variations
Color information
#67342F (or 0x67342F) is known color: Kenyan Copper. HEX triplet: 67, 34 and 2F. RGB value is (103,52,47). Sum of RGB (Red+Green+Blue) = 103+52+47=202 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.99% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 103 - color contains mainly: red. Hex color #67342F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67342F is #98CBD0. Grayscale: #424242. Windows color (decimal): -10013649 or 3093607. OLE color: 3093607.
HSL color Cylindrical-coordinate representation of color #67342F: hue angle of 5.36º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67342F is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 52 | 47 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.60 |
| HSL | 5.36º | 0.37% | 0.29% | - |
| HSV(B) | 5.36º | 0.54% | 0.4% | - |
| XYZ | 7.33 | 5.54 | 3.37 | - |
| YUV | 66.68 | 116.9 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 52 | 47 | 0 | 0.50 | 0.54 | 0.60 | 5.36 | 0.37 | 0.29 |
| Hex | 67 | 34 | 2F | 0 | 32 | 36 | 3C | 5 | 25 | 1D |
| Octal | 147 | 64 | 57 | 0 | 62 | 66 | 74 | 5 | 45 | 35 |
| Binary | 1100111 | 110100 | 101111 | 0 | 110010 | 110110 | 111100 | 101 | 100101 | 11101 |
Color Harmonies of #67342F
Complementary color
Monochromatic Colors of #67342F
Black with #67342F
Text Example
Text Example
White with #67342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67342F; }
p { color: rgb(103,52,47); }
H1.HeaderClassName
{
color: #67342F;
}
.AnyTagClassName
{
color: #67342F;
}
</style>
background-color css
<style>
a { background-color: #67342F; }
a { background-color: rgb(103,52,47); }
div.DivClassName
{
background-color: #67342F;
}
.BgClassName
{
background-color: #67342F;
}
</style>
border-color css
<style>
span { border-color: #67342F; }
span { border-color: rgb(103,52,47); }
td.TdClassName
{
border-color: #67342F;
}
.TagClassName
{
border-color: #67342F;
}
</style>