Shades of Brown Pod #452106
Tints of Brown Pod #452106
RGB
CMYK
RGB Variations
Color information
#452106 (or 0x452106) is known color: Brown Pod. HEX triplet: 45, 21 and 06. RGB value is (69,33,6). Sum of RGB (Red+Green+Blue) = 69+33+6=108 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.89% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 69 - color contains mainly: red. Hex color #452106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452106 is #BADEF9. Grayscale: #282828. Windows color (decimal): -12246778 or 401733. OLE color: 401733.
HSL color Cylindrical-coordinate representation of color #452106: hue angle of 25.71º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #452106 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 33 | 6 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.73 |
| HSL | 25.71º | 0.84% | 0.15% | - |
| HSV(B) | 25.71º | 0.91% | 0.27% | - |
| XYZ | 3.03 | 2.37 | 0.47 | - |
| YUV | 40.69 | 108.43 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 6 | 0 | 0.52 | 0.91 | 0.73 | 25.71 | 0.84 | 0.15 |
| Hex | 45 | 21 | 6 | 0 | 34 | 5B | 49 | 1A | 54 | F |
| Octal | 105 | 41 | 6 | 0 | 64 | 133 | 111 | 32 | 124 | 17 |
| Binary | 1000101 | 100001 | 110 | 0 | 110100 | 1011011 | 1001001 | 11010 | 1010100 | 1111 |
Color Harmonies of #452106
Complementary color
Monochromatic Colors of #452106
Black with #452106
Text Example
Text Example
White with #452106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452106; }
p { color: rgb(69,33,6); }
H1.HeaderClassName
{
color: #452106;
}
.AnyTagClassName
{
color: #452106;
}
</style>
background-color css
<style>
a { background-color: #452106; }
a { background-color: rgb(69,33,6); }
div.DivClassName
{
background-color: #452106;
}
.BgClassName
{
background-color: #452106;
}
</style>
border-color css
<style>
span { border-color: #452106; }
span { border-color: rgb(69,33,6); }
td.TdClassName
{
border-color: #452106;
}
.TagClassName
{
border-color: #452106;
}
</style>