Shades of Kenyan Copper #64302C
Tints of Kenyan Copper #64302C
RGB
CMYK
RGB Variations
Color information
#64302C (or 0x64302C) is known color: Kenyan Copper. HEX triplet: 64, 30 and 2C. RGB value is (100,48,44). Sum of RGB (Red+Green+Blue) = 100+48+44=192 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.08% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 100 - color contains mainly: red. Hex color #64302C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64302C is #9BCFD3. Grayscale: #3F3F3F. Windows color (decimal): -10211284 or 2895972. OLE color: 2895972.
HSL color Cylindrical-coordinate representation of color #64302C: hue angle of 4.29º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64302C is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 48 | 44 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.61 |
| HSL | 4.29º | 0.39% | 0.28% | - |
| HSV(B) | 4.29º | 0.56% | 0.39% | - |
| XYZ | 6.77 | 5.01 | 2.99 | - |
| YUV | 63.09 | 117.23 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 48 | 44 | 0 | 0.52 | 0.56 | 0.61 | 4.29 | 0.39 | 0.28 |
| Hex | 64 | 30 | 2C | 0 | 34 | 38 | 3D | 4 | 27 | 1C |
| Octal | 144 | 60 | 54 | 0 | 64 | 70 | 75 | 4 | 47 | 34 |
| Binary | 1100100 | 110000 | 101100 | 0 | 110100 | 111000 | 111101 | 100 | 100111 | 11100 |
Color Harmonies of #64302C
Complementary color
Monochromatic Colors of #64302C
Black with #64302C
Text Example
Text Example
White with #64302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64302C; }
p { color: rgb(100,48,44); }
H1.HeaderClassName
{
color: #64302C;
}
.AnyTagClassName
{
color: #64302C;
}
</style>
background-color css
<style>
a { background-color: #64302C; }
a { background-color: rgb(100,48,44); }
div.DivClassName
{
background-color: #64302C;
}
.BgClassName
{
background-color: #64302C;
}
</style>
border-color css
<style>
span { border-color: #64302C; }
span { border-color: rgb(100,48,44); }
td.TdClassName
{
border-color: #64302C;
}
.TagClassName
{
border-color: #64302C;
}
</style>