Shades of Kenyan Copper #682C27
Tints of Kenyan Copper #682C27
RGB
CMYK
RGB Variations
Color information
#682C27 (or 0x682C27) is known color: Kenyan Copper. HEX triplet: 68, 2C and 27. RGB value is (104,44,39). Sum of RGB (Red+Green+Blue) = 104+44+39=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #682C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C27 is #97D3D8. Grayscale: #3D3D3D. Windows color (decimal): -9950169 or 2567272. OLE color: 2567272.
HSL color Cylindrical-coordinate representation of color #682C27: hue angle of 4.62º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #682C27 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 44 | 39 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.59 |
| HSL | 4.62º | 0.45% | 0.28% | - |
| HSV(B) | 4.62º | 0.63% | 0.41% | - |
| XYZ | 6.98 | 4.89 | 2.5 | - |
| YUV | 61.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 39 | 0 | 0.58 | 0.62 | 0.59 | 4.62 | 0.45 | 0.28 |
| Hex | 68 | 2C | 27 | 0 | 3A | 3E | 3B | 5 | 2D | 1C |
| Octal | 150 | 54 | 47 | 0 | 72 | 76 | 73 | 5 | 55 | 34 |
| Binary | 1101000 | 101100 | 100111 | 0 | 111010 | 111110 | 111011 | 101 | 101101 | 11100 |
Color Harmonies of #682C27
Complementary color
Monochromatic Colors of #682C27
Black with #682C27
Text Example
Text Example
White with #682C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682C27; }
p { color: rgb(104,44,39); }
H1.HeaderClassName
{
color: #682C27;
}
.AnyTagClassName
{
color: #682C27;
}
</style>
background-color css
<style>
a { background-color: #682C27; }
a { background-color: rgb(104,44,39); }
div.DivClassName
{
background-color: #682C27;
}
.BgClassName
{
background-color: #682C27;
}
</style>
border-color css
<style>
span { border-color: #682C27; }
span { border-color: rgb(104,44,39); }
td.TdClassName
{
border-color: #682C27;
}
.TagClassName
{
border-color: #682C27;
}
</style>