Shades of Kenyan Copper #682F28
Tints of Kenyan Copper #682F28
RGB
CMYK
RGB Variations
Color information
#682F28 (or 0x682F28) is known color: Kenyan Copper. HEX triplet: 68, 2F and 28. RGB value is (104,47,40). Sum of RGB (Red+Green+Blue) = 104+47+40=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #682F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682F28 is #97D0D7. Grayscale: #3F3F3F. Windows color (decimal): -9949400 or 2633576. OLE color: 2633576.
HSL color Cylindrical-coordinate representation of color #682F28: hue angle of 6.56º 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 #682F28 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 47 | 40 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.59 |
| HSL | 6.56º | 0.44% | 0.28% | - |
| HSV(B) | 6.56º | 0.62% | 0.41% | - |
| XYZ | 7.11 | 5.13 | 2.62 | - |
| YUV | 63.25 | 114.88 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 40 | 0 | 0.55 | 0.62 | 0.59 | 6.56 | 0.44 | 0.28 |
| Hex | 68 | 2F | 28 | 0 | 37 | 3E | 3B | 7 | 2C | 1C |
| Octal | 150 | 57 | 50 | 0 | 67 | 76 | 73 | 7 | 54 | 34 |
| Binary | 1101000 | 101111 | 101000 | 0 | 110111 | 111110 | 111011 | 111 | 101100 | 11100 |
Color Harmonies of #682F28
Complementary color
Monochromatic Colors of #682F28
Black with #682F28
Text Example
Text Example
White with #682F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682F28; }
p { color: rgb(104,47,40); }
H1.HeaderClassName
{
color: #682F28;
}
.AnyTagClassName
{
color: #682F28;
}
</style>
background-color css
<style>
a { background-color: #682F28; }
a { background-color: rgb(104,47,40); }
div.DivClassName
{
background-color: #682F28;
}
.BgClassName
{
background-color: #682F28;
}
</style>
border-color css
<style>
span { border-color: #682F28; }
span { border-color: rgb(104,47,40); }
td.TdClassName
{
border-color: #682F28;
}
.TagClassName
{
border-color: #682F28;
}
</style>