Shades of Kenyan Copper #672A27
Tints of Kenyan Copper #672A27
RGB
CMYK
RGB Variations
Color information
#672A27 (or 0x672A27) is known color: Kenyan Copper. HEX triplet: 67, 2A and 27. RGB value is (103,42,39). Sum of RGB (Red+Green+Blue) = 103+42+39=184 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.98% from 184); Green value is 42 (16.80% from 255 or 22.83% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 103 - color contains mainly: red. Hex color #672A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672A27 is #98D5D8. Grayscale: #3B3B3B. Windows color (decimal): -10016217 or 2566759. OLE color: 2566759.
HSL color Cylindrical-coordinate representation of color #672A27: hue angle of 2.81º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #672A27 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 42 | 39 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.60 |
| HSL | 2.81º | 0.45% | 0.28% | - |
| HSV(B) | 2.81º | 0.62% | 0.4% | - |
| XYZ | 6.79 | 4.69 | 2.47 | - |
| YUV | 59.9 | 116.21 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 39 | 0 | 0.59 | 0.62 | 0.60 | 2.81 | 0.45 | 0.28 |
| Hex | 67 | 2A | 27 | 0 | 3B | 3E | 3C | 3 | 2D | 1C |
| Octal | 147 | 52 | 47 | 0 | 73 | 76 | 74 | 3 | 55 | 34 |
| Binary | 1100111 | 101010 | 100111 | 0 | 111011 | 111110 | 111100 | 11 | 101101 | 11100 |
Color Harmonies of #672A27
Complementary color
Monochromatic Colors of #672A27
Black with #672A27
Text Example
Text Example
White with #672A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672A27; }
p { color: rgb(103,42,39); }
H1.HeaderClassName
{
color: #672A27;
}
.AnyTagClassName
{
color: #672A27;
}
</style>
background-color css
<style>
a { background-color: #672A27; }
a { background-color: rgb(103,42,39); }
div.DivClassName
{
background-color: #672A27;
}
.BgClassName
{
background-color: #672A27;
}
</style>
border-color css
<style>
span { border-color: #672A27; }
span { border-color: rgb(103,42,39); }
td.TdClassName
{
border-color: #672A27;
}
.TagClassName
{
border-color: #672A27;
}
</style>