Shades of Kenyan Copper #6F332F
Tints of Kenyan Copper #6F332F
RGB
CMYK
RGB Variations
Color information
#6F332F (or 0x6F332F) is known color: Kenyan Copper. HEX triplet: 6F, 33 and 2F. RGB value is (111,51,47). Sum of RGB (Red+Green+Blue) = 111+51+47=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F332F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F332F is #90CCD0. Grayscale: #444444. Windows color (decimal): -9489617 or 3093359. OLE color: 3093359.
HSL color Cylindrical-coordinate representation of color #6F332F: hue angle of 3.75º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F332F is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 51 | 47 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.56 |
| HSL | 3.75º | 0.41% | 0.31% | - |
| HSV(B) | 3.75º | 0.58% | 0.44% | - |
| XYZ | 8.25 | 5.95 | 3.4 | - |
| YUV | 68.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 51 | 47 | 0 | 0.54 | 0.58 | 0.56 | 3.75 | 0.41 | 0.31 |
| Hex | 6F | 33 | 2F | 0 | 36 | 3A | 38 | 4 | 29 | 1F |
| Octal | 157 | 63 | 57 | 0 | 66 | 72 | 70 | 4 | 51 | 37 |
| Binary | 1101111 | 110011 | 101111 | 0 | 110110 | 111010 | 111000 | 100 | 101001 | 11111 |
Color Harmonies of #6F332F
Complementary color
Monochromatic Colors of #6F332F
Black with #6F332F
Text Example
Text Example
White with #6F332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F332F; }
p { color: rgb(111,51,47); }
H1.HeaderClassName
{
color: #6F332F;
}
.AnyTagClassName
{
color: #6F332F;
}
</style>
background-color css
<style>
a { background-color: #6F332F; }
a { background-color: rgb(111,51,47); }
div.DivClassName
{
background-color: #6F332F;
}
.BgClassName
{
background-color: #6F332F;
}
</style>
border-color css
<style>
span { border-color: #6F332F; }
span { border-color: rgb(111,51,47); }
td.TdClassName
{
border-color: #6F332F;
}
.TagClassName
{
border-color: #6F332F;
}
</style>