Shades of Kenyan Copper #672D28
Tints of Kenyan Copper #672D28
RGB
CMYK
RGB Variations
Color information
#672D28 (or 0x672D28) is known color: Kenyan Copper. HEX triplet: 67, 2D and 28. RGB value is (103,45,40). Sum of RGB (Red+Green+Blue) = 103+45+40=188 (24% of max value = 765). Red value is 103 (40.62% from 255 or 54.79% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 103 - color contains mainly: red. Hex color #672D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672D28 is #98D2D7. Grayscale: #3D3D3D. Windows color (decimal): -10015448 or 2633063. OLE color: 2633063.
HSL color Cylindrical-coordinate representation of color #672D28: hue angle of 4.76º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #672D28 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 45 | 40 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.60 |
| HSL | 4.76º | 0.44% | 0.28% | - |
| HSV(B) | 4.76º | 0.61% | 0.4% | - |
| XYZ | 6.91 | 4.91 | 2.59 | - |
| YUV | 61.77 | 115.72 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 40 | 0 | 0.56 | 0.61 | 0.60 | 4.76 | 0.44 | 0.28 |
| Hex | 67 | 2D | 28 | 0 | 38 | 3D | 3C | 5 | 2C | 1C |
| Octal | 147 | 55 | 50 | 0 | 70 | 75 | 74 | 5 | 54 | 34 |
| Binary | 1100111 | 101101 | 101000 | 0 | 111000 | 111101 | 111100 | 101 | 101100 | 11100 |
Color Harmonies of #672D28
Complementary color
Monochromatic Colors of #672D28
Black with #672D28
Text Example
Text Example
White with #672D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672D28; }
p { color: rgb(103,45,40); }
H1.HeaderClassName
{
color: #672D28;
}
.AnyTagClassName
{
color: #672D28;
}
</style>
background-color css
<style>
a { background-color: #672D28; }
a { background-color: rgb(103,45,40); }
div.DivClassName
{
background-color: #672D28;
}
.BgClassName
{
background-color: #672D28;
}
</style>
border-color css
<style>
span { border-color: #672D28; }
span { border-color: rgb(103,45,40); }
td.TdClassName
{
border-color: #672D28;
}
.TagClassName
{
border-color: #672D28;
}
</style>