Shades of Russett #74635D
Tints of Russett #74635D
RGB
CMYK
RGB Variations
Color information
#74635D (or 0x74635D) is known color: Russett. HEX triplet: 74, 63 and 5D. RGB value is (116,99,93). Sum of RGB (Red+Green+Blue) = 116+99+93=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 116 - color contains mainly: red. Hex color #74635D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74635D is #8B9CA2. Grayscale: #676767. Windows color (decimal): -9149603 or 6120308. OLE color: 6120308.
HSL color Cylindrical-coordinate representation of color #74635D: hue angle of 15.65º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74635D is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 99 | 93 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.55 |
| HSL | 15.65º | 0.11% | 0.41% | - |
| HSV(B) | 15.65º | 0.2% | 0.45% | - |
| XYZ | 13.64 | 13.43 | 12.23 | - |
| YUV | 103.4 | 122.13 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 99 | 93 | 0 | 0.15 | 0.20 | 0.55 | 15.65 | 0.11 | 0.41 |
| Hex | 74 | 63 | 5D | 0 | F | 14 | 37 | 10 | B | 29 |
| Octal | 164 | 143 | 135 | 0 | 17 | 24 | 67 | 20 | 13 | 51 |
| Binary | 1110100 | 1100011 | 1011101 | 0 | 1111 | 10100 | 110111 | 10000 | 1011 | 101001 |
Color Harmonies of #74635D
Complementary color
Monochromatic Colors of #74635D
Black with #74635D
Text Example
Text Example
White with #74635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74635D; }
p { color: rgb(116,99,93); }
H1.HeaderClassName
{
color: #74635D;
}
.AnyTagClassName
{
color: #74635D;
}
</style>
background-color css
<style>
a { background-color: #74635D; }
a { background-color: rgb(116,99,93); }
div.DivClassName
{
background-color: #74635D;
}
.BgClassName
{
background-color: #74635D;
}
</style>
border-color css
<style>
span { border-color: #74635D; }
span { border-color: rgb(116,99,93); }
td.TdClassName
{
border-color: #74635D;
}
.TagClassName
{
border-color: #74635D;
}
</style>