Shades of Kenyan Copper #692E28
Tints of Kenyan Copper #692E28
RGB
CMYK
RGB Variations
Color information
#692E28 (or 0x692E28) is known color: Kenyan Copper. HEX triplet: 69, 2E and 28. RGB value is (105,46,40). Sum of RGB (Red+Green+Blue) = 105+46+40=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #692E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692E28 is #96D1D7. Grayscale: #3F3F3F. Windows color (decimal): -9884120 or 2633321. OLE color: 2633321.
HSL color Cylindrical-coordinate representation of color #692E28: hue angle of 5.54º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #692E28 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 46 | 40 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.59 |
| HSL | 5.54º | 0.45% | 0.28% | - |
| HSV(B) | 5.54º | 0.62% | 0.41% | - |
| XYZ | 7.19 | 5.11 | 2.62 | - |
| YUV | 62.96 | 115.05 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 46 | 40 | 0 | 0.56 | 0.62 | 0.59 | 5.54 | 0.45 | 0.28 |
| Hex | 69 | 2E | 28 | 0 | 38 | 3E | 3B | 6 | 2D | 1C |
| Octal | 151 | 56 | 50 | 0 | 70 | 76 | 73 | 6 | 55 | 34 |
| Binary | 1101001 | 101110 | 101000 | 0 | 111000 | 111110 | 111011 | 110 | 101101 | 11100 |
Color Harmonies of #692E28
Complementary color
Monochromatic Colors of #692E28
Black with #692E28
Text Example
Text Example
White with #692E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692E28; }
p { color: rgb(105,46,40); }
H1.HeaderClassName
{
color: #692E28;
}
.AnyTagClassName
{
color: #692E28;
}
</style>
background-color css
<style>
a { background-color: #692E28; }
a { background-color: rgb(105,46,40); }
div.DivClassName
{
background-color: #692E28;
}
.BgClassName
{
background-color: #692E28;
}
</style>
border-color css
<style>
span { border-color: #692E28; }
span { border-color: rgb(105,46,40); }
td.TdClassName
{
border-color: #692E28;
}
.TagClassName
{
border-color: #692E28;
}
</style>