Shades of Kenyan Copper #64312B
Tints of Kenyan Copper #64312B
RGB
CMYK
RGB Variations
Color information
#64312B (or 0x64312B) is known color: Kenyan Copper. HEX triplet: 64, 31 and 2B. RGB value is (100,49,43). Sum of RGB (Red+Green+Blue) = 100+49+43=192 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.08% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 100 - color contains mainly: red. Hex color #64312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64312B is #9BCED4. Grayscale: #3F3F3F. Windows color (decimal): -10211029 or 2830692. OLE color: 2830692.
HSL color Cylindrical-coordinate representation of color #64312B: hue angle of 6.32º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64312B is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 49 | 43 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.61 |
| HSL | 6.32º | 0.4% | 0.28% | - |
| HSV(B) | 6.32º | 0.57% | 0.39% | - |
| XYZ | 6.79 | 5.08 | 2.91 | - |
| YUV | 63.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 43 | 0 | 0.51 | 0.57 | 0.61 | 6.32 | 0.4 | 0.28 |
| Hex | 64 | 31 | 2B | 0 | 33 | 39 | 3D | 6 | 28 | 1C |
| Octal | 144 | 61 | 53 | 0 | 63 | 71 | 75 | 6 | 50 | 34 |
| Binary | 1100100 | 110001 | 101011 | 0 | 110011 | 111001 | 111101 | 110 | 101000 | 11100 |
Color Harmonies of #64312B
Complementary color
Monochromatic Colors of #64312B
Black with #64312B
Text Example
Text Example
White with #64312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64312B; }
p { color: rgb(100,49,43); }
H1.HeaderClassName
{
color: #64312B;
}
.AnyTagClassName
{
color: #64312B;
}
</style>
background-color css
<style>
a { background-color: #64312B; }
a { background-color: rgb(100,49,43); }
div.DivClassName
{
background-color: #64312B;
}
.BgClassName
{
background-color: #64312B;
}
</style>
border-color css
<style>
span { border-color: #64312B; }
span { border-color: rgb(100,49,43); }
td.TdClassName
{
border-color: #64312B;
}
.TagClassName
{
border-color: #64312B;
}
</style>