Shades of Brown Pod #432106
Tints of Brown Pod #432106
RGB
CMYK
RGB Variations
Color information
#432106 (or 0x432106) is known color: Brown Pod. HEX triplet: 43, 21 and 06. RGB value is (67,33,6). Sum of RGB (Red+Green+Blue) = 67+33+6=106 (14% of max value = 765). Red value is 67 (26.56% from 255 or 63.21% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 67 - color contains mainly: red. Hex color #432106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432106 is #BCDEF9. Grayscale: #282828. Windows color (decimal): -12377850 or 401731. OLE color: 401731.
HSL color Cylindrical-coordinate representation of color #432106: hue angle of 26.56º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #432106 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 33 | 6 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.74 |
| HSL | 26.56º | 0.84% | 0.14% | - |
| HSV(B) | 26.56º | 0.91% | 0.26% | - |
| XYZ | 2.89 | 2.29 | 0.46 | - |
| YUV | 40.09 | 108.76 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 6 | 0 | 0.51 | 0.91 | 0.74 | 26.56 | 0.84 | 0.14 |
| Hex | 43 | 21 | 6 | 0 | 33 | 5B | 4A | 1B | 54 | E |
| Octal | 103 | 41 | 6 | 0 | 63 | 133 | 112 | 33 | 124 | 16 |
| Binary | 1000011 | 100001 | 110 | 0 | 110011 | 1011011 | 1001010 | 11011 | 1010100 | 1110 |
Color Harmonies of #432106
Complementary color
Monochromatic Colors of #432106
Black with #432106
Text Example
Text Example
White with #432106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432106; }
p { color: rgb(67,33,6); }
H1.HeaderClassName
{
color: #432106;
}
.AnyTagClassName
{
color: #432106;
}
</style>
background-color css
<style>
a { background-color: #432106; }
a { background-color: rgb(67,33,6); }
div.DivClassName
{
background-color: #432106;
}
.BgClassName
{
background-color: #432106;
}
</style>
border-color css
<style>
span { border-color: #432106; }
span { border-color: rgb(67,33,6); }
td.TdClassName
{
border-color: #432106;
}
.TagClassName
{
border-color: #432106;
}
</style>