Shades of Kenyan Copper #692E2B
Tints of Kenyan Copper #692E2B
RGB
CMYK
RGB Variations
Color information
#692E2B (or 0x692E2B) is known color: Kenyan Copper. HEX triplet: 69, 2E and 2B. RGB value is (105,46,43). Sum of RGB (Red+Green+Blue) = 105+46+43=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #692E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692E2B is #96D1D4. Grayscale: #3F3F3F. Windows color (decimal): -9884117 or 2829929. OLE color: 2829929.
HSL color Cylindrical-coordinate representation of color #692E2B: hue angle of 2.9º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #692E2B is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 46 | 43 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.59 |
| HSL | 2.9º | 0.42% | 0.29% | - |
| HSV(B) | 2.9º | 0.59% | 0.41% | - |
| XYZ | 7.24 | 5.13 | 2.89 | - |
| YUV | 63.3 | 116.55 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 46 | 43 | 0 | 0.56 | 0.59 | 0.59 | 2.9 | 0.42 | 0.29 |
| Hex | 69 | 2E | 2B | 0 | 38 | 3B | 3B | 3 | 2A | 1D |
| Octal | 151 | 56 | 53 | 0 | 70 | 73 | 73 | 3 | 52 | 35 |
| Binary | 1101001 | 101110 | 101011 | 0 | 111000 | 111011 | 111011 | 11 | 101010 | 11101 |
Color Harmonies of #692E2B
Complementary color
Monochromatic Colors of #692E2B
Black with #692E2B
Text Example
Text Example
White with #692E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692E2B; }
p { color: rgb(105,46,43); }
H1.HeaderClassName
{
color: #692E2B;
}
.AnyTagClassName
{
color: #692E2B;
}
</style>
background-color css
<style>
a { background-color: #692E2B; }
a { background-color: rgb(105,46,43); }
div.DivClassName
{
background-color: #692E2B;
}
.BgClassName
{
background-color: #692E2B;
}
</style>
border-color css
<style>
span { border-color: #692E2B; }
span { border-color: rgb(105,46,43); }
td.TdClassName
{
border-color: #692E2B;
}
.TagClassName
{
border-color: #692E2B;
}
</style>