Shades of Bronzetone #424624
Tints of Bronzetone #424624
RGB
CMYK
RGB Variations
Color information
#424624 (or 0x424624) is known color: Bronzetone. HEX triplet: 42, 46 and 24. RGB value is (66,70,36). Sum of RGB (Red+Green+Blue) = 66+70+36=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 70 - color contains mainly: green. Hex color #424624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424624 is #BDB9DB. Grayscale: #414141. Windows color (decimal): -12433884 or 2377282. OLE color: 2377282.
HSL color Cylindrical-coordinate representation of color #424624: hue angle of 67.06º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #424624 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 70 | 36 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.73 |
| HSL | 67.06º | 0.32% | 0.21% | - |
| HSV(B) | 67.06º | 0.49% | 0.27% | - |
| XYZ | 4.76 | 5.67 | 2.51 | - |
| YUV | 64.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 70 | 36 | 0.06 | 0 | 0.49 | 0.73 | 67.06 | 0.32 | 0.21 |
| Hex | 42 | 46 | 24 | 6 | 0 | 31 | 49 | 43 | 20 | 15 |
| Octal | 102 | 106 | 44 | 6 | 0 | 61 | 111 | 103 | 40 | 25 |
| Binary | 1000010 | 1000110 | 100100 | 110 | 0 | 110001 | 1001001 | 1000011 | 100000 | 10101 |
Color Harmonies of #424624
Complementary color
Monochromatic Colors of #424624
Black with #424624
Text Example
Text Example
White with #424624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424624; }
p { color: rgb(66,70,36); }
H1.HeaderClassName
{
color: #424624;
}
.AnyTagClassName
{
color: #424624;
}
</style>
background-color css
<style>
a { background-color: #424624; }
a { background-color: rgb(66,70,36); }
div.DivClassName
{
background-color: #424624;
}
.BgClassName
{
background-color: #424624;
}
</style>
border-color css
<style>
span { border-color: #424624; }
span { border-color: rgb(66,70,36); }
td.TdClassName
{
border-color: #424624;
}
.TagClassName
{
border-color: #424624;
}
</style>