Shades of Kenyan Copper #67332F
Tints of Kenyan Copper #67332F
RGB
CMYK
RGB Variations
Color information
#67332F (or 0x67332F) is known color: Kenyan Copper. HEX triplet: 67, 33 and 2F. RGB value is (103,51,47). Sum of RGB (Red+Green+Blue) = 103+51+47=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #67332F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67332F is #98CCD0. Grayscale: #424242. Windows color (decimal): -10013905 or 3093351. OLE color: 3093351.
HSL color Cylindrical-coordinate representation of color #67332F: hue angle of 4.29º 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 #67332F is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 51 | 47 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.60 |
| HSL | 4.29º | 0.37% | 0.29% | - |
| HSV(B) | 4.29º | 0.54% | 0.4% | - |
| XYZ | 7.29 | 5.46 | 3.36 | - |
| YUV | 66.09 | 117.23 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 51 | 47 | 0 | 0.50 | 0.54 | 0.60 | 4.29 | 0.37 | 0.29 |
| Hex | 67 | 33 | 2F | 0 | 32 | 36 | 3C | 4 | 25 | 1D |
| Octal | 147 | 63 | 57 | 0 | 62 | 66 | 74 | 4 | 45 | 35 |
| Binary | 1100111 | 110011 | 101111 | 0 | 110010 | 110110 | 111100 | 100 | 100101 | 11101 |
Color Harmonies of #67332F
Complementary color
Monochromatic Colors of #67332F
Black with #67332F
Text Example
Text Example
White with #67332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67332F; }
p { color: rgb(103,51,47); }
H1.HeaderClassName
{
color: #67332F;
}
.AnyTagClassName
{
color: #67332F;
}
</style>
background-color css
<style>
a { background-color: #67332F; }
a { background-color: rgb(103,51,47); }
div.DivClassName
{
background-color: #67332F;
}
.BgClassName
{
background-color: #67332F;
}
</style>
border-color css
<style>
span { border-color: #67332F; }
span { border-color: rgb(103,51,47); }
td.TdClassName
{
border-color: #67332F;
}
.TagClassName
{
border-color: #67332F;
}
</style>