Shades of Kenyan Copper #68332B
Tints of Kenyan Copper #68332B
RGB
CMYK
RGB Variations
Color information
#68332B (or 0x68332B) is known color: Kenyan Copper. HEX triplet: 68, 33 and 2B. RGB value is (104,51,43). Sum of RGB (Red+Green+Blue) = 104+51+43=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #68332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68332B is #97CCD4. Grayscale: #424242. Windows color (decimal): -9948373 or 2831208. OLE color: 2831208.
HSL color Cylindrical-coordinate representation of color #68332B: hue angle of 7.87º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68332B is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 51 | 43 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.59 |
| HSL | 7.87º | 0.41% | 0.29% | - |
| HSV(B) | 7.87º | 0.59% | 0.41% | - |
| XYZ | 7.33 | 5.49 | 2.96 | - |
| YUV | 65.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 43 | 0 | 0.51 | 0.59 | 0.59 | 7.87 | 0.41 | 0.29 |
| Hex | 68 | 33 | 2B | 0 | 33 | 3B | 3B | 8 | 29 | 1D |
| Octal | 150 | 63 | 53 | 0 | 63 | 73 | 73 | 10 | 51 | 35 |
| Binary | 1101000 | 110011 | 101011 | 0 | 110011 | 111011 | 111011 | 1000 | 101001 | 11101 |
Color Harmonies of #68332B
Complementary color
Monochromatic Colors of #68332B
Black with #68332B
Text Example
Text Example
White with #68332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68332B; }
p { color: rgb(104,51,43); }
H1.HeaderClassName
{
color: #68332B;
}
.AnyTagClassName
{
color: #68332B;
}
</style>
background-color css
<style>
a { background-color: #68332B; }
a { background-color: rgb(104,51,43); }
div.DivClassName
{
background-color: #68332B;
}
.BgClassName
{
background-color: #68332B;
}
</style>
border-color css
<style>
span { border-color: #68332B; }
span { border-color: rgb(104,51,43); }
td.TdClassName
{
border-color: #68332B;
}
.TagClassName
{
border-color: #68332B;
}
</style>