Shades of Kenyan Copper #68332F
Tints of Kenyan Copper #68332F
RGB
CMYK
RGB Variations
Color information
#68332F (or 0x68332F) is known color: Kenyan Copper. HEX triplet: 68, 33 and 2F. RGB value is (104,51,47). Sum of RGB (Red+Green+Blue) = 104+51+47=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #68332F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68332F is #97CCD0. Grayscale: #424242. Windows color (decimal): -9948369 or 3093352. OLE color: 3093352.
HSL color Cylindrical-coordinate representation of color #68332F: hue angle of 4.21º 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 #68332F is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 51 | 47 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.59 |
| HSL | 4.21º | 0.38% | 0.3% | - |
| HSV(B) | 4.21º | 0.55% | 0.41% | - |
| XYZ | 7.41 | 5.52 | 3.36 | - |
| YUV | 66.39 | 117.06 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 47 | 0 | 0.51 | 0.55 | 0.59 | 4.21 | 0.38 | 0.3 |
| Hex | 68 | 33 | 2F | 0 | 33 | 37 | 3B | 4 | 26 | 1E |
| Octal | 150 | 63 | 57 | 0 | 63 | 67 | 73 | 4 | 46 | 36 |
| Binary | 1101000 | 110011 | 101111 | 0 | 110011 | 110111 | 111011 | 100 | 100110 | 11110 |
Color Harmonies of #68332F
Complementary color
Monochromatic Colors of #68332F
Black with #68332F
Text Example
Text Example
White with #68332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68332F; }
p { color: rgb(104,51,47); }
H1.HeaderClassName
{
color: #68332F;
}
.AnyTagClassName
{
color: #68332F;
}
</style>
background-color css
<style>
a { background-color: #68332F; }
a { background-color: rgb(104,51,47); }
div.DivClassName
{
background-color: #68332F;
}
.BgClassName
{
background-color: #68332F;
}
</style>
border-color css
<style>
span { border-color: #68332F; }
span { border-color: rgb(104,51,47); }
td.TdClassName
{
border-color: #68332F;
}
.TagClassName
{
border-color: #68332F;
}
</style>