Shades of Cumin #6E4232
Tints of Cumin #6E4232
RGB
CMYK
RGB Variations
Color information
#6E4232 (or 0x6E4232) is known color: Cumin. HEX triplet: 6E, 42 and 32. RGB value is (110,66,50). Sum of RGB (Red+Green+Blue) = 110+66+50=226 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.67% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4232 is #91BDCD. Grayscale: #4D4D4D. Windows color (decimal): -9551310 or 3293806. OLE color: 3293806.
HSL color Cylindrical-coordinate representation of color #6E4232: hue angle of 16º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E4232 is Cyan = 0, Magento = 0.4, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 66 | 50 | - |
| CMYK | 0 | 0.4 | 0.55 | 0.57 |
| HSL | 16º | 0.38% | 0.31% | - |
| HSV(B) | 16º | 0.55% | 0.43% | - |
| XYZ | 8.95 | 7.44 | 3.98 | - |
| YUV | 77.33 | 112.58 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 66 | 50 | 0 | 0.4 | 0.55 | 0.57 | 16 | 0.38 | 0.31 |
| Hex | 6E | 42 | 32 | 0 | 28 | 37 | 39 | 10 | 26 | 1F |
| Octal | 156 | 102 | 62 | 0 | 50 | 67 | 71 | 20 | 46 | 37 |
| Binary | 1101110 | 1000010 | 110010 | 0 | 101000 | 110111 | 111001 | 10000 | 100110 | 11111 |
Color Harmonies of #6E4232
Complementary color
Monochromatic Colors of #6E4232
Black with #6E4232
Text Example
Text Example
White with #6E4232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4232; }
p { color: rgb(110,66,50); }
H1.HeaderClassName
{
color: #6E4232;
}
.AnyTagClassName
{
color: #6E4232;
}
</style>
background-color css
<style>
a { background-color: #6E4232; }
a { background-color: rgb(110,66,50); }
div.DivClassName
{
background-color: #6E4232;
}
.BgClassName
{
background-color: #6E4232;
}
</style>
border-color css
<style>
span { border-color: #6E4232; }
span { border-color: rgb(110,66,50); }
td.TdClassName
{
border-color: #6E4232;
}
.TagClassName
{
border-color: #6E4232;
}
</style>