Shades of Kenyan Copper #6F332C
Tints of Kenyan Copper #6F332C
RGB
CMYK
RGB Variations
Color information
#6F332C (or 0x6F332C) is known color: Kenyan Copper. HEX triplet: 6F, 33 and 2C. RGB value is (111,51,44). Sum of RGB (Red+Green+Blue) = 111+51+44=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F332C is #90CCD3. Grayscale: #444444. Windows color (decimal): -9489620 or 2896751. OLE color: 2896751.
HSL color Cylindrical-coordinate representation of color #6F332C: hue angle of 6.27º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F332C is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 51 | 44 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.56 |
| HSL | 6.27º | 0.43% | 0.3% | - |
| HSV(B) | 6.27º | 0.6% | 0.44% | - |
| XYZ | 8.19 | 5.93 | 3.1 | - |
| YUV | 68.14 | 114.38 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 51 | 44 | 0 | 0.54 | 0.60 | 0.56 | 6.27 | 0.43 | 0.3 |
| Hex | 6F | 33 | 2C | 0 | 36 | 3C | 38 | 6 | 2B | 1E |
| Octal | 157 | 63 | 54 | 0 | 66 | 74 | 70 | 6 | 53 | 36 |
| Binary | 1101111 | 110011 | 101100 | 0 | 110110 | 111100 | 111000 | 110 | 101011 | 11110 |
Color Harmonies of #6F332C
Complementary color
Monochromatic Colors of #6F332C
Black with #6F332C
Text Example
Text Example
White with #6F332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F332C; }
p { color: rgb(111,51,44); }
H1.HeaderClassName
{
color: #6F332C;
}
.AnyTagClassName
{
color: #6F332C;
}
</style>
background-color css
<style>
a { background-color: #6F332C; }
a { background-color: rgb(111,51,44); }
div.DivClassName
{
background-color: #6F332C;
}
.BgClassName
{
background-color: #6F332C;
}
</style>
border-color css
<style>
span { border-color: #6F332C; }
span { border-color: rgb(111,51,44); }
td.TdClassName
{
border-color: #6F332C;
}
.TagClassName
{
border-color: #6F332C;
}
</style>