Shades of Kenyan Copper #672C2B
Tints of Kenyan Copper #672C2B
RGB
CMYK
RGB Variations
Color information
#672C2B (or 0x672C2B) is known color: Kenyan Copper. HEX triplet: 67, 2C and 2B. RGB value is (103,44,43). Sum of RGB (Red+Green+Blue) = 103+44+43=190 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.21% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 103 - color contains mainly: red. Hex color #672C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672C2B is #98D3D4. Grayscale: #3D3D3D. Windows color (decimal): -10015701 or 2829415. OLE color: 2829415.
HSL color Cylindrical-coordinate representation of color #672C2B: hue angle of 1º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #672C2B is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 44 | 43 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.60 |
| HSL | 1º | 0.41% | 0.29% | - |
| HSV(B) | 1º | 0.58% | 0.4% | - |
| XYZ | 6.93 | 4.86 | 2.86 | - |
| YUV | 61.53 | 117.55 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 44 | 43 | 0 | 0.57 | 0.58 | 0.60 | 1 | 0.41 | 0.29 |
| Hex | 67 | 2C | 2B | 0 | 39 | 3A | 3C | 1 | 29 | 1D |
| Octal | 147 | 54 | 53 | 0 | 71 | 72 | 74 | 1 | 51 | 35 |
| Binary | 1100111 | 101100 | 101011 | 0 | 111001 | 111010 | 111100 | 1 | 101001 | 11101 |
Color Harmonies of #672C2B
Complementary color
Monochromatic Colors of #672C2B
Black with #672C2B
Text Example
Text Example
White with #672C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672C2B; }
p { color: rgb(103,44,43); }
H1.HeaderClassName
{
color: #672C2B;
}
.AnyTagClassName
{
color: #672C2B;
}
</style>
background-color css
<style>
a { background-color: #672C2B; }
a { background-color: rgb(103,44,43); }
div.DivClassName
{
background-color: #672C2B;
}
.BgClassName
{
background-color: #672C2B;
}
</style>
border-color css
<style>
span { border-color: #672C2B; }
span { border-color: rgb(103,44,43); }
td.TdClassName
{
border-color: #672C2B;
}
.TagClassName
{
border-color: #672C2B;
}
</style>