Shades of Armadillo #434641
Tints of Armadillo #434641
RGB
CMYK
RGB Variations
Color information
#434641 (or 0x434641) is known color: Armadillo. HEX triplet: 43, 46 and 41. RGB value is (67,70,65). Sum of RGB (Red+Green+Blue) = 67+70+65=202 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.17% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 70 - color contains mainly: green. Hex color #434641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434641 is #BCB9BE. Grayscale: #444444. Windows color (decimal): -12368319 or 4277827. OLE color: 4277827.
HSL color Cylindrical-coordinate representation of color #434641: hue angle of 96º degrees, saturation: 0.04, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #434641 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 70 | 65 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.73 |
| HSL | 96º | 0.04% | 0.26% | - |
| HSV(B) | 96º | 0.07% | 0.27% | - |
| XYZ | 5.46 | 5.96 | 5.86 | - |
| YUV | 68.53 | 126.01 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 70 | 65 | 0.04 | 0 | 0.07 | 0.73 | 96 | 0.04 | 0.26 |
| Hex | 43 | 46 | 41 | 4 | 0 | 7 | 49 | 60 | 4 | 1A |
| Octal | 103 | 106 | 101 | 4 | 0 | 7 | 111 | 140 | 4 | 32 |
| Binary | 1000011 | 1000110 | 1000001 | 100 | 0 | 111 | 1001001 | 1100000 | 100 | 11010 |
Color Harmonies of #434641
Complementary color
Monochromatic Colors of #434641
Black with #434641
Text Example
Text Example
White with #434641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434641; }
p { color: rgb(67,70,65); }
H1.HeaderClassName
{
color: #434641;
}
.AnyTagClassName
{
color: #434641;
}
</style>
background-color css
<style>
a { background-color: #434641; }
a { background-color: rgb(67,70,65); }
div.DivClassName
{
background-color: #434641;
}
.BgClassName
{
background-color: #434641;
}
</style>
border-color css
<style>
span { border-color: #434641; }
span { border-color: rgb(67,70,65); }
td.TdClassName
{
border-color: #434641;
}
.TagClassName
{
border-color: #434641;
}
</style>