Shades of Kenyan Copper #682A25
Tints of Kenyan Copper #682A25
RGB
CMYK
RGB Variations
Color information
#682A25 (or 0x682A25) is known color: Kenyan Copper. HEX triplet: 68, 2A and 25. RGB value is (104,42,37). Sum of RGB (Red+Green+Blue) = 104+42+37=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #682A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682A25 is #97D5DA. Grayscale: #3C3C3C. Windows color (decimal): -9950683 or 2435688. OLE color: 2435688.
HSL color Cylindrical-coordinate representation of color #682A25: hue angle of 4.48º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #682A25 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 42 | 37 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.59 |
| HSL | 4.48º | 0.48% | 0.28% | - |
| HSV(B) | 4.48º | 0.64% | 0.41% | - |
| XYZ | 6.87 | 4.73 | 2.3 | - |
| YUV | 59.97 | 115.04 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 42 | 37 | 0 | 0.60 | 0.64 | 0.59 | 4.48 | 0.48 | 0.28 |
| Hex | 68 | 2A | 25 | 0 | 3C | 40 | 3B | 4 | 30 | 1C |
| Octal | 150 | 52 | 45 | 0 | 74 | 100 | 73 | 4 | 60 | 34 |
| Binary | 1101000 | 101010 | 100101 | 0 | 111100 | 1000000 | 111011 | 100 | 110000 | 11100 |
Color Harmonies of #682A25
Complementary color
Monochromatic Colors of #682A25
Black with #682A25
Text Example
Text Example
White with #682A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682A25; }
p { color: rgb(104,42,37); }
H1.HeaderClassName
{
color: #682A25;
}
.AnyTagClassName
{
color: #682A25;
}
</style>
background-color css
<style>
a { background-color: #682A25; }
a { background-color: rgb(104,42,37); }
div.DivClassName
{
background-color: #682A25;
}
.BgClassName
{
background-color: #682A25;
}
</style>
border-color css
<style>
span { border-color: #682A25; }
span { border-color: rgb(104,42,37); }
td.TdClassName
{
border-color: #682A25;
}
.TagClassName
{
border-color: #682A25;
}
</style>