Shades of Kenyan Copper #64332D
Tints of Kenyan Copper #64332D
RGB
CMYK
RGB Variations
Color information
#64332D (or 0x64332D) is known color: Kenyan Copper. HEX triplet: 64, 33 and 2D. RGB value is (100,51,45). Sum of RGB (Red+Green+Blue) = 100+51+45=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #64332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64332D is #9BCCD2. Grayscale: #414141. Windows color (decimal): -10210515 or 2962276. OLE color: 2962276.
HSL color Cylindrical-coordinate representation of color #64332D: hue angle of 6.55º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64332D is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 51 | 45 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.61 |
| HSL | 6.55º | 0.38% | 0.28% | - |
| HSV(B) | 6.55º | 0.55% | 0.39% | - |
| XYZ | 6.91 | 5.27 | 3.13 | - |
| YUV | 64.97 | 116.73 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 51 | 45 | 0 | 0.49 | 0.55 | 0.61 | 6.55 | 0.38 | 0.28 |
| Hex | 64 | 33 | 2D | 0 | 31 | 37 | 3D | 7 | 26 | 1C |
| Octal | 144 | 63 | 55 | 0 | 61 | 67 | 75 | 7 | 46 | 34 |
| Binary | 1100100 | 110011 | 101101 | 0 | 110001 | 110111 | 111101 | 111 | 100110 | 11100 |
Color Harmonies of #64332D
Complementary color
Monochromatic Colors of #64332D
Black with #64332D
Text Example
Text Example
White with #64332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64332D; }
p { color: rgb(100,51,45); }
H1.HeaderClassName
{
color: #64332D;
}
.AnyTagClassName
{
color: #64332D;
}
</style>
background-color css
<style>
a { background-color: #64332D; }
a { background-color: rgb(100,51,45); }
div.DivClassName
{
background-color: #64332D;
}
.BgClassName
{
background-color: #64332D;
}
</style>
border-color css
<style>
span { border-color: #64332D; }
span { border-color: rgb(100,51,45); }
td.TdClassName
{
border-color: #64332D;
}
.TagClassName
{
border-color: #64332D;
}
</style>