Shades of Kenyan Copper #68312A
Tints of Kenyan Copper #68312A
RGB
CMYK
RGB Variations
Color information
#68312A (or 0x68312A) is known color: Kenyan Copper. HEX triplet: 68, 31 and 2A. RGB value is (104,49,42). Sum of RGB (Red+Green+Blue) = 104+49+42=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #68312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68312A is #97CED5. Grayscale: #404040. Windows color (decimal): -9948886 or 2765160. OLE color: 2765160.
HSL color Cylindrical-coordinate representation of color #68312A: hue angle of 6.77º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68312A is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 49 | 42 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.59 |
| HSL | 6.77º | 0.42% | 0.29% | - |
| HSV(B) | 6.77º | 0.6% | 0.41% | - |
| XYZ | 7.23 | 5.31 | 2.83 | - |
| YUV | 64.65 | 115.22 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 49 | 42 | 0 | 0.53 | 0.60 | 0.59 | 6.77 | 0.42 | 0.29 |
| Hex | 68 | 31 | 2A | 0 | 35 | 3C | 3B | 7 | 2A | 1D |
| Octal | 150 | 61 | 52 | 0 | 65 | 74 | 73 | 7 | 52 | 35 |
| Binary | 1101000 | 110001 | 101010 | 0 | 110101 | 111100 | 111011 | 111 | 101010 | 11101 |
Color Harmonies of #68312A
Complementary color
Monochromatic Colors of #68312A
Black with #68312A
Text Example
Text Example
White with #68312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68312A; }
p { color: rgb(104,49,42); }
H1.HeaderClassName
{
color: #68312A;
}
.AnyTagClassName
{
color: #68312A;
}
</style>
background-color css
<style>
a { background-color: #68312A; }
a { background-color: rgb(104,49,42); }
div.DivClassName
{
background-color: #68312A;
}
.BgClassName
{
background-color: #68312A;
}
</style>
border-color css
<style>
span { border-color: #68312A; }
span { border-color: rgb(104,49,42); }
td.TdClassName
{
border-color: #68312A;
}
.TagClassName
{
border-color: #68312A;
}
</style>