Shades of Kenyan Copper #672A26
Tints of Kenyan Copper #672A26
RGB
CMYK
RGB Variations
Color information
#672A26 (or 0x672A26) is known color: Kenyan Copper. HEX triplet: 67, 2A and 26. RGB value is (103,42,38). Sum of RGB (Red+Green+Blue) = 103+42+38=183 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.28% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 103 - color contains mainly: red. Hex color #672A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672A26 is #98D5D9. Grayscale: #3B3B3B. Windows color (decimal): -10016218 or 2501223. OLE color: 2501223.
HSL color Cylindrical-coordinate representation of color #672A26: hue angle of 3.69º 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 #672A26 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 42 | 38 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.60 |
| HSL | 3.69º | 0.46% | 0.28% | - |
| HSV(B) | 3.69º | 0.63% | 0.4% | - |
| XYZ | 6.77 | 4.68 | 2.38 | - |
| YUV | 59.78 | 115.71 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 38 | 0 | 0.59 | 0.63 | 0.60 | 3.69 | 0.46 | 0.28 |
| Hex | 67 | 2A | 26 | 0 | 3B | 3F | 3C | 4 | 2E | 1C |
| Octal | 147 | 52 | 46 | 0 | 73 | 77 | 74 | 4 | 56 | 34 |
| Binary | 1100111 | 101010 | 100110 | 0 | 111011 | 111111 | 111100 | 100 | 101110 | 11100 |
Color Harmonies of #672A26
Complementary color
Monochromatic Colors of #672A26
Black with #672A26
Text Example
Text Example
White with #672A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672A26; }
p { color: rgb(103,42,38); }
H1.HeaderClassName
{
color: #672A26;
}
.AnyTagClassName
{
color: #672A26;
}
</style>
background-color css
<style>
a { background-color: #672A26; }
a { background-color: rgb(103,42,38); }
div.DivClassName
{
background-color: #672A26;
}
.BgClassName
{
background-color: #672A26;
}
</style>
border-color css
<style>
span { border-color: #672A26; }
span { border-color: rgb(103,42,38); }
td.TdClassName
{
border-color: #672A26;
}
.TagClassName
{
border-color: #672A26;
}
</style>