Shades of Kenyan Copper #6F332E
Tints of Kenyan Copper #6F332E
RGB
CMYK
RGB Variations
Color information
#6F332E (or 0x6F332E) is known color: Kenyan Copper. HEX triplet: 6F, 33 and 2E. RGB value is (111,51,46). Sum of RGB (Red+Green+Blue) = 111+51+46=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F332E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F332E is #90CCD1. Grayscale: #444444. Windows color (decimal): -9489618 or 3027823. OLE color: 3027823.
HSL color Cylindrical-coordinate representation of color #6F332E: hue angle of 4.62º degrees, saturation: 0.41, 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 #6F332E is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 51 | 46 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.56 |
| HSL | 4.62º | 0.41% | 0.31% | - |
| HSV(B) | 4.62º | 0.59% | 0.44% | - |
| XYZ | 8.23 | 5.94 | 3.3 | - |
| YUV | 68.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 51 | 46 | 0 | 0.54 | 0.59 | 0.56 | 4.62 | 0.41 | 0.31 |
| Hex | 6F | 33 | 2E | 0 | 36 | 3B | 38 | 5 | 29 | 1F |
| Octal | 157 | 63 | 56 | 0 | 66 | 73 | 70 | 5 | 51 | 37 |
| Binary | 1101111 | 110011 | 101110 | 0 | 110110 | 111011 | 111000 | 101 | 101001 | 11111 |
Color Harmonies of #6F332E
Complementary color
Monochromatic Colors of #6F332E
Black with #6F332E
Text Example
Text Example
White with #6F332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F332E; }
p { color: rgb(111,51,46); }
H1.HeaderClassName
{
color: #6F332E;
}
.AnyTagClassName
{
color: #6F332E;
}
</style>
background-color css
<style>
a { background-color: #6F332E; }
a { background-color: rgb(111,51,46); }
div.DivClassName
{
background-color: #6F332E;
}
.BgClassName
{
background-color: #6F332E;
}
</style>
border-color css
<style>
span { border-color: #6F332E; }
span { border-color: rgb(111,51,46); }
td.TdClassName
{
border-color: #6F332E;
}
.TagClassName
{
border-color: #6F332E;
}
</style>