Shades of Kenyan Copper #672E2B
Tints of Kenyan Copper #672E2B
RGB
CMYK
RGB Variations
Color information
#672E2B (or 0x672E2B) is known color: Kenyan Copper. HEX triplet: 67, 2E and 2B. RGB value is (103,46,43). Sum of RGB (Red+Green+Blue) = 103+46+43=192 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.65% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 103 - color contains mainly: red. Hex color #672E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672E2B is #98D1D4. Grayscale: #3E3E3E. Windows color (decimal): -10015189 or 2829927. OLE color: 2829927.
HSL color Cylindrical-coordinate representation of color #672E2B: hue angle of 3º 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 #672E2B is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 46 | 43 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.60 |
| HSL | 3º | 0.41% | 0.29% | - |
| HSV(B) | 3º | 0.58% | 0.4% | - |
| XYZ | 7.01 | 5.01 | 2.88 | - |
| YUV | 62.7 | 116.88 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 46 | 43 | 0 | 0.55 | 0.58 | 0.60 | 3 | 0.41 | 0.29 |
| Hex | 67 | 2E | 2B | 0 | 37 | 3A | 3C | 3 | 29 | 1D |
| Octal | 147 | 56 | 53 | 0 | 67 | 72 | 74 | 3 | 51 | 35 |
| Binary | 1100111 | 101110 | 101011 | 0 | 110111 | 111010 | 111100 | 11 | 101001 | 11101 |
Color Harmonies of #672E2B
Complementary color
Monochromatic Colors of #672E2B
Black with #672E2B
Text Example
Text Example
White with #672E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672E2B; }
p { color: rgb(103,46,43); }
H1.HeaderClassName
{
color: #672E2B;
}
.AnyTagClassName
{
color: #672E2B;
}
</style>
background-color css
<style>
a { background-color: #672E2B; }
a { background-color: rgb(103,46,43); }
div.DivClassName
{
background-color: #672E2B;
}
.BgClassName
{
background-color: #672E2B;
}
</style>
border-color css
<style>
span { border-color: #672E2B; }
span { border-color: rgb(103,46,43); }
td.TdClassName
{
border-color: #672E2B;
}
.TagClassName
{
border-color: #672E2B;
}
</style>