Shades of Kenyan Copper #672B26
Tints of Kenyan Copper #672B26
RGB
CMYK
RGB Variations
Color information
#672B26 (or 0x672B26) is known color: Kenyan Copper. HEX triplet: 67, 2B and 26. RGB value is (103,43,38). Sum of RGB (Red+Green+Blue) = 103+43+38=184 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.98% from 184); Green value is 43 (17.19% from 255 or 23.37% from 184); Blue value is 38 (15.23% from 255 or 20.65% from 184); Max value from RGB is 103 - color contains mainly: red. Hex color #672B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672B26 is #98D4D9. Grayscale: #3C3C3C. Windows color (decimal): -10015962 or 2501479. OLE color: 2501479.
HSL color Cylindrical-coordinate representation of color #672B26: hue angle of 4.62º 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 #672B26 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 43 | 38 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.60 |
| HSL | 4.62º | 0.46% | 0.28% | - |
| HSV(B) | 4.62º | 0.63% | 0.4% | - |
| XYZ | 6.81 | 4.75 | 2.39 | - |
| YUV | 60.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 43 | 38 | 0 | 0.58 | 0.63 | 0.60 | 4.62 | 0.46 | 0.28 |
| Hex | 67 | 2B | 26 | 0 | 3A | 3F | 3C | 5 | 2E | 1C |
| Octal | 147 | 53 | 46 | 0 | 72 | 77 | 74 | 5 | 56 | 34 |
| Binary | 1100111 | 101011 | 100110 | 0 | 111010 | 111111 | 111100 | 101 | 101110 | 11100 |
Color Harmonies of #672B26
Complementary color
Monochromatic Colors of #672B26
Black with #672B26
Text Example
Text Example
White with #672B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672B26; }
p { color: rgb(103,43,38); }
H1.HeaderClassName
{
color: #672B26;
}
.AnyTagClassName
{
color: #672B26;
}
</style>
background-color css
<style>
a { background-color: #672B26; }
a { background-color: rgb(103,43,38); }
div.DivClassName
{
background-color: #672B26;
}
.BgClassName
{
background-color: #672B26;
}
</style>
border-color css
<style>
span { border-color: #672B26; }
span { border-color: rgb(103,43,38); }
td.TdClassName
{
border-color: #672B26;
}
.TagClassName
{
border-color: #672B26;
}
</style>