Shades of Kenyan Copper #68352F
Tints of Kenyan Copper #68352F
RGB
CMYK
RGB Variations
Color information
#68352F (or 0x68352F) is known color: Kenyan Copper. HEX triplet: 68, 35 and 2F. RGB value is (104,53,47). Sum of RGB (Red+Green+Blue) = 104+53+47=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #68352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68352F is #97CAD0. Grayscale: #434343. Windows color (decimal): -9947857 or 3093864. OLE color: 3093864.
HSL color Cylindrical-coordinate representation of color #68352F: hue angle of 6.32º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68352F is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 53 | 47 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.59 |
| HSL | 6.32º | 0.38% | 0.3% | - |
| HSV(B) | 6.32º | 0.55% | 0.41% | - |
| XYZ | 7.5 | 5.69 | 3.39 | - |
| YUV | 67.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 53 | 47 | 0 | 0.49 | 0.55 | 0.59 | 6.32 | 0.38 | 0.3 |
| Hex | 68 | 35 | 2F | 0 | 31 | 37 | 3B | 6 | 26 | 1E |
| Octal | 150 | 65 | 57 | 0 | 61 | 67 | 73 | 6 | 46 | 36 |
| Binary | 1101000 | 110101 | 101111 | 0 | 110001 | 110111 | 111011 | 110 | 100110 | 11110 |
Color Harmonies of #68352F
Complementary color
Monochromatic Colors of #68352F
Black with #68352F
Text Example
Text Example
White with #68352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68352F; }
p { color: rgb(104,53,47); }
H1.HeaderClassName
{
color: #68352F;
}
.AnyTagClassName
{
color: #68352F;
}
</style>
background-color css
<style>
a { background-color: #68352F; }
a { background-color: rgb(104,53,47); }
div.DivClassName
{
background-color: #68352F;
}
.BgClassName
{
background-color: #68352F;
}
</style>
border-color css
<style>
span { border-color: #68352F; }
span { border-color: rgb(104,53,47); }
td.TdClassName
{
border-color: #68352F;
}
.TagClassName
{
border-color: #68352F;
}
</style>