Shades of Kenyan Copper #632B29
Tints of Kenyan Copper #632B29
RGB
CMYK
RGB Variations
Color information
#632B29 (or 0x632B29) is known color: Kenyan Copper. HEX triplet: 63, 2B and 29. RGB value is (99,43,41). Sum of RGB (Red+Green+Blue) = 99+43+41=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #632B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632B29 is #9CD4D6. Grayscale: #3B3B3B. Windows color (decimal): -10278103 or 2698083. OLE color: 2698083.
HSL color Cylindrical-coordinate representation of color #632B29: hue angle of 2.07º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #632B29 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 43 | 41 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.61 |
| HSL | 2.07º | 0.41% | 0.27% | - |
| HSV(B) | 2.07º | 0.59% | 0.39% | - |
| XYZ | 6.41 | 4.54 | 2.64 | - |
| YUV | 59.52 | 117.55 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 43 | 41 | 0 | 0.57 | 0.59 | 0.61 | 2.07 | 0.41 | 0.27 |
| Hex | 63 | 2B | 29 | 0 | 39 | 3B | 3D | 2 | 29 | 1B |
| Octal | 143 | 53 | 51 | 0 | 71 | 73 | 75 | 2 | 51 | 33 |
| Binary | 1100011 | 101011 | 101001 | 0 | 111001 | 111011 | 111101 | 10 | 101001 | 11011 |
Color Harmonies of #632B29
Complementary color
Monochromatic Colors of #632B29
Black with #632B29
Text Example
Text Example
White with #632B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632B29; }
p { color: rgb(99,43,41); }
H1.HeaderClassName
{
color: #632B29;
}
.AnyTagClassName
{
color: #632B29;
}
</style>
background-color css
<style>
a { background-color: #632B29; }
a { background-color: rgb(99,43,41); }
div.DivClassName
{
background-color: #632B29;
}
.BgClassName
{
background-color: #632B29;
}
</style>
border-color css
<style>
span { border-color: #632B29; }
span { border-color: rgb(99,43,41); }
td.TdClassName
{
border-color: #632B29;
}
.TagClassName
{
border-color: #632B29;
}
</style>