Shades of Cumin #764633
Tints of Cumin #764633
RGB
CMYK
RGB Variations
Color information
#764633 (or 0x764633) is known color: Cumin. HEX triplet: 76, 46 and 33. RGB value is (118,70,51). Sum of RGB (Red+Green+Blue) = 118+70+51=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #764633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764633 is #89B9CC. Grayscale: #525252. Windows color (decimal): -9025997 or 3360374. OLE color: 3360374.
HSL color Cylindrical-coordinate representation of color #764633: hue angle of 17.01º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #764633 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 70 | 51 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.54 |
| HSL | 17.01º | 0.4% | 0.33% | - |
| HSV(B) | 17.01º | 0.57% | 0.46% | - |
| XYZ | 10.26 | 8.47 | 4.23 | - |
| YUV | 82.19 | 110.4 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 70 | 51 | 0 | 0.41 | 0.57 | 0.54 | 17.01 | 0.4 | 0.33 |
| Hex | 76 | 46 | 33 | 0 | 29 | 39 | 36 | 11 | 28 | 21 |
| Octal | 166 | 106 | 63 | 0 | 51 | 71 | 66 | 21 | 50 | 41 |
| Binary | 1110110 | 1000110 | 110011 | 0 | 101001 | 111001 | 110110 | 10001 | 101000 | 100001 |
Color Harmonies of #764633
Complementary color
Monochromatic Colors of #764633
Black with #764633
Text Example
Text Example
White with #764633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764633; }
p { color: rgb(118,70,51); }
H1.HeaderClassName
{
color: #764633;
}
.AnyTagClassName
{
color: #764633;
}
</style>
background-color css
<style>
a { background-color: #764633; }
a { background-color: rgb(118,70,51); }
div.DivClassName
{
background-color: #764633;
}
.BgClassName
{
background-color: #764633;
}
</style>
border-color css
<style>
span { border-color: #764633; }
span { border-color: rgb(118,70,51); }
td.TdClassName
{
border-color: #764633;
}
.TagClassName
{
border-color: #764633;
}
</style>