Shades of Redwood #623931
Tints of Redwood #623931
RGB
CMYK
RGB Variations
Color information
#623931 (or 0x623931) is known color: Redwood. HEX triplet: 62, 39 and 31. RGB value is (98,57,49). Sum of RGB (Red+Green+Blue) = 98+57+49=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 98 - color contains mainly: red. Hex color #623931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #623931 is #9DC6CE. Grayscale: #444444. Windows color (decimal): -10340047 or 3225954. OLE color: 3225954.
HSL color Cylindrical-coordinate representation of color #623931: hue angle of 9.8º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #623931 is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 57 | 49 | - |
| CMYK | 0 | 0.42 | 0.5 | 0.62 |
| HSL | 9.8º | 0.33% | 0.29% | - |
| HSV(B) | 9.8º | 0.5% | 0.38% | - |
| XYZ | 7.05 | 5.74 | 3.64 | - |
| YUV | 68.35 | 117.08 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 57 | 49 | 0 | 0.42 | 0.5 | 0.62 | 9.8 | 0.33 | 0.29 |
| Hex | 62 | 39 | 31 | 0 | 2A | 32 | 3E | A | 21 | 1D |
| Octal | 142 | 71 | 61 | 0 | 52 | 62 | 76 | 12 | 41 | 35 |
| Binary | 1100010 | 111001 | 110001 | 0 | 101010 | 110010 | 111110 | 1010 | 100001 | 11101 |
Color Harmonies of #623931
Complementary color
Monochromatic Colors of #623931
Black with #623931
Text Example
Text Example
White with #623931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623931; }
p { color: rgb(98,57,49); }
H1.HeaderClassName
{
color: #623931;
}
.AnyTagClassName
{
color: #623931;
}
</style>
background-color css
<style>
a { background-color: #623931; }
a { background-color: rgb(98,57,49); }
div.DivClassName
{
background-color: #623931;
}
.BgClassName
{
background-color: #623931;
}
</style>
border-color css
<style>
span { border-color: #623931; }
span { border-color: rgb(98,57,49); }
td.TdClassName
{
border-color: #623931;
}
.TagClassName
{
border-color: #623931;
}
</style>