Shades of Kenyan Copper #672F2D
Tints of Kenyan Copper #672F2D
RGB
CMYK
RGB Variations
Color information
#672F2D (or 0x672F2D) is known color: Kenyan Copper. HEX triplet: 67, 2F and 2D. RGB value is (103,47,45). Sum of RGB (Red+Green+Blue) = 103+47+45=195 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.82% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 103 - color contains mainly: red. Hex color #672F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672F2D is #98D0D2. Grayscale: #3F3F3F. Windows color (decimal): -10014931 or 2961255. OLE color: 2961255.
HSL color Cylindrical-coordinate representation of color #672F2D: hue angle of 2.07º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #672F2D is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 47 | 45 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.60 |
| HSL | 2.07º | 0.39% | 0.29% | - |
| HSV(B) | 2.07º | 0.56% | 0.4% | - |
| XYZ | 7.08 | 5.11 | 3.09 | - |
| YUV | 63.52 | 117.55 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 47 | 45 | 0 | 0.54 | 0.56 | 0.60 | 2.07 | 0.39 | 0.29 |
| Hex | 67 | 2F | 2D | 0 | 36 | 38 | 3C | 2 | 27 | 1D |
| Octal | 147 | 57 | 55 | 0 | 66 | 70 | 74 | 2 | 47 | 35 |
| Binary | 1100111 | 101111 | 101101 | 0 | 110110 | 111000 | 111100 | 10 | 100111 | 11101 |
Color Harmonies of #672F2D
Complementary color
Monochromatic Colors of #672F2D
Black with #672F2D
Text Example
Text Example
White with #672F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672F2D; }
p { color: rgb(103,47,45); }
H1.HeaderClassName
{
color: #672F2D;
}
.AnyTagClassName
{
color: #672F2D;
}
</style>
background-color css
<style>
a { background-color: #672F2D; }
a { background-color: rgb(103,47,45); }
div.DivClassName
{
background-color: #672F2D;
}
.BgClassName
{
background-color: #672F2D;
}
</style>
border-color css
<style>
span { border-color: #672F2D; }
span { border-color: rgb(103,47,45); }
td.TdClassName
{
border-color: #672F2D;
}
.TagClassName
{
border-color: #672F2D;
}
</style>