Shades of Kenyan Copper #6A322A
Tints of Kenyan Copper #6A322A
RGB
CMYK
RGB Variations
Color information
#6A322A (or 0x6A322A) is known color: Kenyan Copper. HEX triplet: 6A, 32 and 2A. RGB value is (106,50,42). Sum of RGB (Red+Green+Blue) = 106+50+42=198 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.54% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 106 - color contains mainly: red. Hex color #6A322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A322A is #95CDD5. Grayscale: #414141. Windows color (decimal): -9817558 or 2765418. OLE color: 2765418.
HSL color Cylindrical-coordinate representation of color #6A322A: hue angle of 7.5º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A322A is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 50 | 42 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.58 |
| HSL | 7.5º | 0.43% | 0.29% | - |
| HSV(B) | 7.5º | 0.6% | 0.42% | - |
| XYZ | 7.5 | 5.51 | 2.86 | - |
| YUV | 65.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 50 | 42 | 0 | 0.53 | 0.60 | 0.58 | 7.5 | 0.43 | 0.29 |
| Hex | 6A | 32 | 2A | 0 | 35 | 3C | 3A | 8 | 2B | 1D |
| Octal | 152 | 62 | 52 | 0 | 65 | 74 | 72 | 10 | 53 | 35 |
| Binary | 1101010 | 110010 | 101010 | 0 | 110101 | 111100 | 111010 | 1000 | 101011 | 11101 |
Color Harmonies of #6A322A
Complementary color
Monochromatic Colors of #6A322A
Black with #6A322A
Text Example
Text Example
White with #6A322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A322A; }
p { color: rgb(106,50,42); }
H1.HeaderClassName
{
color: #6A322A;
}
.AnyTagClassName
{
color: #6A322A;
}
</style>
background-color css
<style>
a { background-color: #6A322A; }
a { background-color: rgb(106,50,42); }
div.DivClassName
{
background-color: #6A322A;
}
.BgClassName
{
background-color: #6A322A;
}
</style>
border-color css
<style>
span { border-color: #6A322A; }
span { border-color: rgb(106,50,42); }
td.TdClassName
{
border-color: #6A322A;
}
.TagClassName
{
border-color: #6A322A;
}
</style>