Shades of Kenyan Copper #6F312D
Tints of Kenyan Copper #6F312D
RGB
CMYK
RGB Variations
Color information
#6F312D (or 0x6F312D) is known color: Kenyan Copper. HEX triplet: 6F, 31 and 2D. RGB value is (111,49,45). Sum of RGB (Red+Green+Blue) = 111+49+45=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F312D is #90CED2. Grayscale: #434343. Windows color (decimal): -9490131 or 2961775. OLE color: 2961775.
HSL color Cylindrical-coordinate representation of color #6F312D: hue angle of 3.64º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F312D is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 49 | 45 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.56 |
| HSL | 3.64º | 0.42% | 0.31% | - |
| HSV(B) | 3.64º | 0.59% | 0.44% | - |
| XYZ | 8.13 | 5.77 | 3.17 | - |
| YUV | 67.08 | 115.54 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 49 | 45 | 0 | 0.56 | 0.59 | 0.56 | 3.64 | 0.42 | 0.31 |
| Hex | 6F | 31 | 2D | 0 | 38 | 3B | 38 | 4 | 2A | 1F |
| Octal | 157 | 61 | 55 | 0 | 70 | 73 | 70 | 4 | 52 | 37 |
| Binary | 1101111 | 110001 | 101101 | 0 | 111000 | 111011 | 111000 | 100 | 101010 | 11111 |
Color Harmonies of #6F312D
Complementary color
Monochromatic Colors of #6F312D
Black with #6F312D
Text Example
Text Example
White with #6F312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F312D; }
p { color: rgb(111,49,45); }
H1.HeaderClassName
{
color: #6F312D;
}
.AnyTagClassName
{
color: #6F312D;
}
</style>
background-color css
<style>
a { background-color: #6F312D; }
a { background-color: rgb(111,49,45); }
div.DivClassName
{
background-color: #6F312D;
}
.BgClassName
{
background-color: #6F312D;
}
</style>
border-color css
<style>
span { border-color: #6F312D; }
span { border-color: rgb(111,49,45); }
td.TdClassName
{
border-color: #6F312D;
}
.TagClassName
{
border-color: #6F312D;
}
</style>