Shades of Karaka #323206
Tints of Karaka #323206
RGB
CMYK
RGB Variations
Color information
#323206 (or 0x323206) is known color: Karaka. HEX triplet: 32, 32 and 06. RGB value is (50,50,6). Sum of RGB (Red+Green+Blue) = 50+50+6=106 (14% of max value = 765). Red value is 50 (19.92% from 255 or 47.17% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 50 - color contains mainly: red, green. Hex color #323206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323206 is #CDCDF9. Grayscale: #2D2D2D. Windows color (decimal): -13487610 or 406066. OLE color: 406066.
HSL color Cylindrical-coordinate representation of color #323206: hue angle of 60º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #323206 is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 50 | 6 | - |
| CMYK | 0 | 0 | 0.88 | 0.80 |
| HSL | 60º | 0.79% | 0.11% | - |
| HSV(B) | 60º | 0.88% | 0.2% | - |
| XYZ | 2.49 | 2.97 | 0.61 | - |
| YUV | 44.98 | 106 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 6 | 0 | 0 | 0.88 | 0.80 | 60 | 0.79 | 0.11 |
| Hex | 32 | 32 | 6 | 0 | 0 | 58 | 50 | 3C | 4F | B |
| Octal | 62 | 62 | 6 | 0 | 0 | 130 | 120 | 74 | 117 | 13 |
| Binary | 110010 | 110010 | 110 | 0 | 0 | 1011000 | 1010000 | 111100 | 1001111 | 1011 |
Color Harmonies of #323206
Complementary color
Monochromatic Colors of #323206
Black with #323206
Text Example
Text Example
White with #323206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323206; }
p { color: rgb(50,50,6); }
H1.HeaderClassName
{
color: #323206;
}
.AnyTagClassName
{
color: #323206;
}
</style>
background-color css
<style>
a { background-color: #323206; }
a { background-color: rgb(50,50,6); }
div.DivClassName
{
background-color: #323206;
}
.BgClassName
{
background-color: #323206;
}
</style>
border-color css
<style>
span { border-color: #323206; }
span { border-color: rgb(50,50,6); }
td.TdClassName
{
border-color: #323206;
}
.TagClassName
{
border-color: #323206;
}
</style>