Shades of Kenyan Copper #68342C
Tints of Kenyan Copper #68342C
RGB
CMYK
RGB Variations
Color information
#68342C (or 0x68342C) is known color: Kenyan Copper. HEX triplet: 68, 34 and 2C. RGB value is (104,52,44). Sum of RGB (Red+Green+Blue) = 104+52+44=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #68342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68342C is #97CBD3. Grayscale: #424242. Windows color (decimal): -9948116 or 2897000. OLE color: 2897000.
HSL color Cylindrical-coordinate representation of color #68342C: hue angle of 8º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68342C is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 52 | 44 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.59 |
| HSL | 8º | 0.41% | 0.29% | - |
| HSV(B) | 8º | 0.58% | 0.41% | - |
| XYZ | 7.39 | 5.58 | 3.07 | - |
| YUV | 66.64 | 115.23 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 52 | 44 | 0 | 0.50 | 0.58 | 0.59 | 8 | 0.41 | 0.29 |
| Hex | 68 | 34 | 2C | 0 | 32 | 3A | 3B | 8 | 29 | 1D |
| Octal | 150 | 64 | 54 | 0 | 62 | 72 | 73 | 10 | 51 | 35 |
| Binary | 1101000 | 110100 | 101100 | 0 | 110010 | 111010 | 111011 | 1000 | 101001 | 11101 |
Color Harmonies of #68342C
Complementary color
Monochromatic Colors of #68342C
Black with #68342C
Text Example
Text Example
White with #68342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68342C; }
p { color: rgb(104,52,44); }
H1.HeaderClassName
{
color: #68342C;
}
.AnyTagClassName
{
color: #68342C;
}
</style>
background-color css
<style>
a { background-color: #68342C; }
a { background-color: rgb(104,52,44); }
div.DivClassName
{
background-color: #68342C;
}
.BgClassName
{
background-color: #68342C;
}
</style>
border-color css
<style>
span { border-color: #68342C; }
span { border-color: rgb(104,52,44); }
td.TdClassName
{
border-color: #68342C;
}
.TagClassName
{
border-color: #68342C;
}
</style>