Shades of Kenyan Copper #69332C
Tints of Kenyan Copper #69332C
RGB
CMYK
RGB Variations
Color information
#69332C (or 0x69332C) is known color: Kenyan Copper. HEX triplet: 69, 33 and 2C. RGB value is (105,51,44). Sum of RGB (Red+Green+Blue) = 105+51+44=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #69332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69332C is #96CCD3. Grayscale: #424242. Windows color (decimal): -9882836 or 2896745. OLE color: 2896745.
HSL color Cylindrical-coordinate representation of color #69332C: hue angle of 6.89º 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 #69332C is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 51 | 44 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.59 |
| HSL | 6.89º | 0.41% | 0.29% | - |
| HSV(B) | 6.89º | 0.58% | 0.41% | - |
| XYZ | 7.46 | 5.55 | 3.06 | - |
| YUV | 66.35 | 115.39 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 51 | 44 | 0 | 0.51 | 0.58 | 0.59 | 6.89 | 0.41 | 0.29 |
| Hex | 69 | 33 | 2C | 0 | 33 | 3A | 3B | 7 | 29 | 1D |
| Octal | 151 | 63 | 54 | 0 | 63 | 72 | 73 | 7 | 51 | 35 |
| Binary | 1101001 | 110011 | 101100 | 0 | 110011 | 111010 | 111011 | 111 | 101001 | 11101 |
Color Harmonies of #69332C
Complementary color
Monochromatic Colors of #69332C
Black with #69332C
Text Example
Text Example
White with #69332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69332C; }
p { color: rgb(105,51,44); }
H1.HeaderClassName
{
color: #69332C;
}
.AnyTagClassName
{
color: #69332C;
}
</style>
background-color css
<style>
a { background-color: #69332C; }
a { background-color: rgb(105,51,44); }
div.DivClassName
{
background-color: #69332C;
}
.BgClassName
{
background-color: #69332C;
}
</style>
border-color css
<style>
span { border-color: #69332C; }
span { border-color: rgb(105,51,44); }
td.TdClassName
{
border-color: #69332C;
}
.TagClassName
{
border-color: #69332C;
}
</style>