Shades of Bronzetone #424622
Tints of Bronzetone #424622
RGB
CMYK
RGB Variations
Color information
#424622 (or 0x424622) is known color: Bronzetone. HEX triplet: 42, 46 and 22. RGB value is (66,70,34). Sum of RGB (Red+Green+Blue) = 66+70+34=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 70 - color contains mainly: green. Hex color #424622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424622 is #BDB9DD. Grayscale: #404040. Windows color (decimal): -12433886 or 2246210. OLE color: 2246210.
HSL color Cylindrical-coordinate representation of color #424622: hue angle of 66.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #424622 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 70 | 34 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.73 |
| HSL | 66.67º | 0.35% | 0.2% | - |
| HSV(B) | 66.67º | 0.51% | 0.27% | - |
| XYZ | 4.73 | 5.65 | 2.36 | - |
| YUV | 64.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 70 | 34 | 0.06 | 0 | 0.51 | 0.73 | 66.67 | 0.35 | 0.2 |
| Hex | 42 | 46 | 22 | 6 | 0 | 33 | 49 | 43 | 23 | 14 |
| Octal | 102 | 106 | 42 | 6 | 0 | 63 | 111 | 103 | 43 | 24 |
| Binary | 1000010 | 1000110 | 100010 | 110 | 0 | 110011 | 1001001 | 1000011 | 100011 | 10100 |
Color Harmonies of #424622
Complementary color
Monochromatic Colors of #424622
Black with #424622
Text Example
Text Example
White with #424622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424622; }
p { color: rgb(66,70,34); }
H1.HeaderClassName
{
color: #424622;
}
.AnyTagClassName
{
color: #424622;
}
</style>
background-color css
<style>
a { background-color: #424622; }
a { background-color: rgb(66,70,34); }
div.DivClassName
{
background-color: #424622;
}
.BgClassName
{
background-color: #424622;
}
</style>
border-color css
<style>
span { border-color: #424622; }
span { border-color: rgb(66,70,34); }
td.TdClassName
{
border-color: #424622;
}
.TagClassName
{
border-color: #424622;
}
</style>