Shades of Kenyan Copper #692C2B
Tints of Kenyan Copper #692C2B
RGB
CMYK
RGB Variations
Color information
#692C2B (or 0x692C2B) is known color: Kenyan Copper. HEX triplet: 69, 2C and 2B. RGB value is (105,44,43). Sum of RGB (Red+Green+Blue) = 105+44+43=192 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.69% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 105 - color contains mainly: red. Hex color #692C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692C2B is #96D3D4. Grayscale: #3E3E3E. Windows color (decimal): -9884629 or 2829417. OLE color: 2829417.
HSL color Cylindrical-coordinate representation of color #692C2B: hue angle of 0.97º 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 #692C2B is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 44 | 43 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.59 |
| HSL | 0.97º | 0.42% | 0.29% | - |
| HSV(B) | 0.97º | 0.59% | 0.41% | - |
| XYZ | 7.16 | 4.98 | 2.87 | - |
| YUV | 62.13 | 117.21 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 43 | 0 | 0.58 | 0.59 | 0.59 | 0.97 | 0.42 | 0.29 |
| Hex | 69 | 2C | 2B | 0 | 3A | 3B | 3B | 1 | 2A | 1D |
| Octal | 151 | 54 | 53 | 0 | 72 | 73 | 73 | 1 | 52 | 35 |
| Binary | 1101001 | 101100 | 101011 | 0 | 111010 | 111011 | 111011 | 1 | 101010 | 11101 |
Color Harmonies of #692C2B
Complementary color
Monochromatic Colors of #692C2B
Black with #692C2B
Text Example
Text Example
White with #692C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692C2B; }
p { color: rgb(105,44,43); }
H1.HeaderClassName
{
color: #692C2B;
}
.AnyTagClassName
{
color: #692C2B;
}
</style>
background-color css
<style>
a { background-color: #692C2B; }
a { background-color: rgb(105,44,43); }
div.DivClassName
{
background-color: #692C2B;
}
.BgClassName
{
background-color: #692C2B;
}
</style>
border-color css
<style>
span { border-color: #692C2B; }
span { border-color: rgb(105,44,43); }
td.TdClassName
{
border-color: #692C2B;
}
.TagClassName
{
border-color: #692C2B;
}
</style>