Shades of Kenyan Copper #682E28
Tints of Kenyan Copper #682E28
RGB
CMYK
RGB Variations
Color information
#682E28 (or 0x682E28) is known color: Kenyan Copper. HEX triplet: 68, 2E and 28. RGB value is (104,46,40). Sum of RGB (Red+Green+Blue) = 104+46+40=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #682E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682E28 is #97D1D7. Grayscale: #3E3E3E. Windows color (decimal): -9949656 or 2633320. OLE color: 2633320.
HSL color Cylindrical-coordinate representation of color #682E28: hue angle of 5.62º degrees, saturation: 0.44, 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 #682E28 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 46 | 40 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.59 |
| HSL | 5.63º | 0.44% | 0.28% | - |
| HSV(B) | 5.63º | 0.62% | 0.41% | - |
| XYZ | 7.07 | 5.05 | 2.61 | - |
| YUV | 62.66 | 115.22 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 40 | 0 | 0.56 | 0.62 | 0.59 | 5.63 | 0.44 | 0.28 |
| Hex | 68 | 2E | 28 | 0 | 38 | 3E | 3B | 6 | 2C | 1C |
| Octal | 150 | 56 | 50 | 0 | 70 | 76 | 73 | 6 | 54 | 34 |
| Binary | 1101000 | 101110 | 101000 | 0 | 111000 | 111110 | 111011 | 110 | 101100 | 11100 |
Color Harmonies of #682E28
Complementary color
Monochromatic Colors of #682E28
Black with #682E28
Text Example
Text Example
White with #682E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682E28; }
p { color: rgb(104,46,40); }
H1.HeaderClassName
{
color: #682E28;
}
.AnyTagClassName
{
color: #682E28;
}
</style>
background-color css
<style>
a { background-color: #682E28; }
a { background-color: rgb(104,46,40); }
div.DivClassName
{
background-color: #682E28;
}
.BgClassName
{
background-color: #682E28;
}
</style>
border-color css
<style>
span { border-color: #682E28; }
span { border-color: rgb(104,46,40); }
td.TdClassName
{
border-color: #682E28;
}
.TagClassName
{
border-color: #682E28;
}
</style>