Shades of Russett #74635E
Tints of Russett #74635E
RGB
CMYK
RGB Variations
Color information
#74635E (or 0x74635E) is known color: Russett. HEX triplet: 74, 63 and 5E. RGB value is (116,99,94). Sum of RGB (Red+Green+Blue) = 116+99+94=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 116 - color contains mainly: red. Hex color #74635E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74635E is #8B9CA1. Grayscale: #676767. Windows color (decimal): -9149602 or 6185844. OLE color: 6185844.
HSL color Cylindrical-coordinate representation of color #74635E: hue angle of 13.64º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #74635E is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 99 | 94 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.55 |
| HSL | 13.64º | 0.1% | 0.41% | - |
| HSV(B) | 13.64º | 0.19% | 0.45% | - |
| XYZ | 13.68 | 13.44 | 12.46 | - |
| YUV | 103.51 | 122.63 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 99 | 94 | 0 | 0.15 | 0.19 | 0.55 | 13.64 | 0.1 | 0.41 |
| Hex | 74 | 63 | 5E | 0 | F | 13 | 37 | E | A | 29 |
| Octal | 164 | 143 | 136 | 0 | 17 | 23 | 67 | 16 | 12 | 51 |
| Binary | 1110100 | 1100011 | 1011110 | 0 | 1111 | 10011 | 110111 | 1110 | 1010 | 101001 |
Color Harmonies of #74635E
Complementary color
Monochromatic Colors of #74635E
Black with #74635E
Text Example
Text Example
White with #74635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74635E; }
p { color: rgb(116,99,94); }
H1.HeaderClassName
{
color: #74635E;
}
.AnyTagClassName
{
color: #74635E;
}
</style>
background-color css
<style>
a { background-color: #74635E; }
a { background-color: rgb(116,99,94); }
div.DivClassName
{
background-color: #74635E;
}
.BgClassName
{
background-color: #74635E;
}
</style>
border-color css
<style>
span { border-color: #74635E; }
span { border-color: rgb(116,99,94); }
td.TdClassName
{
border-color: #74635E;
}
.TagClassName
{
border-color: #74635E;
}
</style>