Shades of Redwood #623833
Tints of Redwood #623833
RGB
CMYK
RGB Variations
Color information
#623833 (or 0x623833) is known color: Redwood. HEX triplet: 62, 38 and 33. RGB value is (98,56,51). Sum of RGB (Red+Green+Blue) = 98+56+51=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 98 - color contains mainly: red. Hex color #623833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #623833 is #9DC7CC. Grayscale: #444444. Windows color (decimal): -10340301 or 3356770. OLE color: 3356770.
HSL color Cylindrical-coordinate representation of color #623833: hue angle of 6.38º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #623833 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 56 | 51 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.62 |
| HSL | 6.38º | 0.32% | 0.29% | - |
| HSV(B) | 6.38º | 0.48% | 0.38% | - |
| XYZ | 7.05 | 5.66 | 3.85 | - |
| YUV | 67.99 | 118.41 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 56 | 51 | 0 | 0.43 | 0.48 | 0.62 | 6.38 | 0.32 | 0.29 |
| Hex | 62 | 38 | 33 | 0 | 2B | 30 | 3E | 6 | 20 | 1D |
| Octal | 142 | 70 | 63 | 0 | 53 | 60 | 76 | 6 | 40 | 35 |
| Binary | 1100010 | 111000 | 110011 | 0 | 101011 | 110000 | 111110 | 110 | 100000 | 11101 |
Color Harmonies of #623833
Complementary color
Monochromatic Colors of #623833
Black with #623833
Text Example
Text Example
White with #623833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623833; }
p { color: rgb(98,56,51); }
H1.HeaderClassName
{
color: #623833;
}
.AnyTagClassName
{
color: #623833;
}
</style>
background-color css
<style>
a { background-color: #623833; }
a { background-color: rgb(98,56,51); }
div.DivClassName
{
background-color: #623833;
}
.BgClassName
{
background-color: #623833;
}
</style>
border-color css
<style>
span { border-color: #623833; }
span { border-color: rgb(98,56,51); }
td.TdClassName
{
border-color: #623833;
}
.TagClassName
{
border-color: #623833;
}
</style>