Shades of Kenyan Copper #692C2A
Tints of Kenyan Copper #692C2A
RGB
CMYK
RGB Variations
Color information
#692C2A (or 0x692C2A) is known color: Kenyan Copper. HEX triplet: 69, 2C and 2A. RGB value is (105,44,42). Sum of RGB (Red+Green+Blue) = 105+44+42=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #692C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692C2A is #96D3D5. Grayscale: #3E3E3E. Windows color (decimal): -9884630 or 2763881. OLE color: 2763881.
HSL color Cylindrical-coordinate representation of color #692C2A: hue angle of 1.9º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #692C2A is Cyan = 0, Magento = 0.58, Yellow = 0.6 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 44 | 42 | - |
| CMYK | 0 | 0.58 | 0.6 | 0.59 |
| HSL | 1.9º | 0.43% | 0.29% | - |
| HSV(B) | 1.9º | 0.6% | 0.41% | - |
| XYZ | 7.14 | 4.97 | 2.77 | - |
| YUV | 62.01 | 116.71 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 42 | 0 | 0.58 | 0.6 | 0.59 | 1.9 | 0.43 | 0.29 |
| Hex | 69 | 2C | 2A | 0 | 3A | 3C | 3B | 2 | 2B | 1D |
| Octal | 151 | 54 | 52 | 0 | 72 | 74 | 73 | 2 | 53 | 35 |
| Binary | 1101001 | 101100 | 101010 | 0 | 111010 | 111100 | 111011 | 10 | 101011 | 11101 |
Color Harmonies of #692C2A
Complementary color
Monochromatic Colors of #692C2A
Black with #692C2A
Text Example
Text Example
White with #692C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692C2A; }
p { color: rgb(105,44,42); }
H1.HeaderClassName
{
color: #692C2A;
}
.AnyTagClassName
{
color: #692C2A;
}
</style>
background-color css
<style>
a { background-color: #692C2A; }
a { background-color: rgb(105,44,42); }
div.DivClassName
{
background-color: #692C2A;
}
.BgClassName
{
background-color: #692C2A;
}
</style>
border-color css
<style>
span { border-color: #692C2A; }
span { border-color: rgb(105,44,42); }
td.TdClassName
{
border-color: #692C2A;
}
.TagClassName
{
border-color: #692C2A;
}
</style>