Shades of Kenyan Copper #69312C
Tints of Kenyan Copper #69312C
RGB
CMYK
RGB Variations
Color information
#69312C (or 0x69312C) is known color: Kenyan Copper. HEX triplet: 69, 31 and 2C. RGB value is (105,49,44). Sum of RGB (Red+Green+Blue) = 105+49+44=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #69312C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69312C is #96CED3. Grayscale: #414141. Windows color (decimal): -9883348 or 2896233. OLE color: 2896233.
HSL color Cylindrical-coordinate representation of color #69312C: hue angle of 4.92º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69312C is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 49 | 44 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.59 |
| HSL | 4.92º | 0.41% | 0.29% | - |
| HSV(B) | 4.92º | 0.58% | 0.41% | - |
| XYZ | 7.38 | 5.38 | 3.03 | - |
| YUV | 65.17 | 116.05 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 44 | 0 | 0.53 | 0.58 | 0.59 | 4.92 | 0.41 | 0.29 |
| Hex | 69 | 31 | 2C | 0 | 35 | 3A | 3B | 5 | 29 | 1D |
| Octal | 151 | 61 | 54 | 0 | 65 | 72 | 73 | 5 | 51 | 35 |
| Binary | 1101001 | 110001 | 101100 | 0 | 110101 | 111010 | 111011 | 101 | 101001 | 11101 |
Color Harmonies of #69312C
Complementary color
Monochromatic Colors of #69312C
Black with #69312C
Text Example
Text Example
White with #69312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69312C; }
p { color: rgb(105,49,44); }
H1.HeaderClassName
{
color: #69312C;
}
.AnyTagClassName
{
color: #69312C;
}
</style>
background-color css
<style>
a { background-color: #69312C; }
a { background-color: rgb(105,49,44); }
div.DivClassName
{
background-color: #69312C;
}
.BgClassName
{
background-color: #69312C;
}
</style>
border-color css
<style>
span { border-color: #69312C; }
span { border-color: rgb(105,49,44); }
td.TdClassName
{
border-color: #69312C;
}
.TagClassName
{
border-color: #69312C;
}
</style>