Shades of Kenyan Copper #682D27
Tints of Kenyan Copper #682D27
RGB
CMYK
RGB Variations
Color information
#682D27 (or 0x682D27) is known color: Kenyan Copper. HEX triplet: 68, 2D and 27. RGB value is (104,45,39). Sum of RGB (Red+Green+Blue) = 104+45+39=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #682D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682D27 is #97D2D8. Grayscale: #3E3E3E. Windows color (decimal): -9949913 or 2567528. OLE color: 2567528.
HSL color Cylindrical-coordinate representation of color #682D27: hue angle of 5.54º 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 #682D27 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 45 | 39 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.59 |
| HSL | 5.54º | 0.45% | 0.28% | - |
| HSV(B) | 5.54º | 0.63% | 0.41% | - |
| XYZ | 7.01 | 4.97 | 2.51 | - |
| YUV | 61.96 | 115.05 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 39 | 0 | 0.57 | 0.62 | 0.59 | 5.54 | 0.45 | 0.28 |
| Hex | 68 | 2D | 27 | 0 | 39 | 3E | 3B | 6 | 2D | 1C |
| Octal | 150 | 55 | 47 | 0 | 71 | 76 | 73 | 6 | 55 | 34 |
| Binary | 1101000 | 101101 | 100111 | 0 | 111001 | 111110 | 111011 | 110 | 101101 | 11100 |
Color Harmonies of #682D27
Complementary color
Monochromatic Colors of #682D27
Black with #682D27
Text Example
Text Example
White with #682D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D27; }
p { color: rgb(104,45,39); }
H1.HeaderClassName
{
color: #682D27;
}
.AnyTagClassName
{
color: #682D27;
}
</style>
background-color css
<style>
a { background-color: #682D27; }
a { background-color: rgb(104,45,39); }
div.DivClassName
{
background-color: #682D27;
}
.BgClassName
{
background-color: #682D27;
}
</style>
border-color css
<style>
span { border-color: #682D27; }
span { border-color: rgb(104,45,39); }
td.TdClassName
{
border-color: #682D27;
}
.TagClassName
{
border-color: #682D27;
}
</style>