Shades of Kenyan Copper #63302C
Tints of Kenyan Copper #63302C
RGB
CMYK
RGB Variations
Color information
#63302C (or 0x63302C) is known color: Kenyan Copper. HEX triplet: 63, 30 and 2C. RGB value is (99,48,44). Sum of RGB (Red+Green+Blue) = 99+48+44=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #63302C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63302C is #9CCFD3. Grayscale: #3E3E3E. Windows color (decimal): -10276820 or 2895971. OLE color: 2895971.
HSL color Cylindrical-coordinate representation of color #63302C: hue angle of 4.36º degrees, saturation: 0.38, 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 #63302C is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 48 | 44 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.61 |
| HSL | 4.36º | 0.38% | 0.28% | - |
| HSV(B) | 4.36º | 0.56% | 0.39% | - |
| XYZ | 6.66 | 4.95 | 2.99 | - |
| YUV | 62.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 48 | 44 | 0 | 0.52 | 0.56 | 0.61 | 4.36 | 0.38 | 0.28 |
| Hex | 63 | 30 | 2C | 0 | 34 | 38 | 3D | 4 | 26 | 1C |
| Octal | 143 | 60 | 54 | 0 | 64 | 70 | 75 | 4 | 46 | 34 |
| Binary | 1100011 | 110000 | 101100 | 0 | 110100 | 111000 | 111101 | 100 | 100110 | 11100 |
Color Harmonies of #63302C
Complementary color
Monochromatic Colors of #63302C
Black with #63302C
Text Example
Text Example
White with #63302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63302C; }
p { color: rgb(99,48,44); }
H1.HeaderClassName
{
color: #63302C;
}
.AnyTagClassName
{
color: #63302C;
}
</style>
background-color css
<style>
a { background-color: #63302C; }
a { background-color: rgb(99,48,44); }
div.DivClassName
{
background-color: #63302C;
}
.BgClassName
{
background-color: #63302C;
}
</style>
border-color css
<style>
span { border-color: #63302C; }
span { border-color: rgb(99,48,44); }
td.TdClassName
{
border-color: #63302C;
}
.TagClassName
{
border-color: #63302C;
}
</style>