Shades of Kenyan Copper #672C26
Tints of Kenyan Copper #672C26
RGB
CMYK
RGB Variations
Color information
#672C26 (or 0x672C26) is known color: Kenyan Copper. HEX triplet: 67, 2C and 26. RGB value is (103,44,38). Sum of RGB (Red+Green+Blue) = 103+44+38=185 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.68% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 103 - color contains mainly: red. Hex color #672C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672C26 is #98D3D9. Grayscale: #3D3D3D. Windows color (decimal): -10015706 or 2501735. OLE color: 2501735.
HSL color Cylindrical-coordinate representation of color #672C26: hue angle of 5.54º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #672C26 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 44 | 38 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.60 |
| HSL | 5.54º | 0.46% | 0.28% | - |
| HSV(B) | 5.54º | 0.63% | 0.4% | - |
| XYZ | 6.84 | 4.82 | 2.4 | - |
| YUV | 60.96 | 115.05 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 44 | 38 | 0 | 0.57 | 0.63 | 0.60 | 5.54 | 0.46 | 0.28 |
| Hex | 67 | 2C | 26 | 0 | 39 | 3F | 3C | 6 | 2E | 1C |
| Octal | 147 | 54 | 46 | 0 | 71 | 77 | 74 | 6 | 56 | 34 |
| Binary | 1100111 | 101100 | 100110 | 0 | 111001 | 111111 | 111100 | 110 | 101110 | 11100 |
Color Harmonies of #672C26
Complementary color
Monochromatic Colors of #672C26
Black with #672C26
Text Example
Text Example
White with #672C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672C26; }
p { color: rgb(103,44,38); }
H1.HeaderClassName
{
color: #672C26;
}
.AnyTagClassName
{
color: #672C26;
}
</style>
background-color css
<style>
a { background-color: #672C26; }
a { background-color: rgb(103,44,38); }
div.DivClassName
{
background-color: #672C26;
}
.BgClassName
{
background-color: #672C26;
}
</style>
border-color css
<style>
span { border-color: #672C26; }
span { border-color: rgb(103,44,38); }
td.TdClassName
{
border-color: #672C26;
}
.TagClassName
{
border-color: #672C26;
}
</style>