Shades of Redwood #622F29
Tints of Redwood #622F29
RGB
CMYK
RGB Variations
Color information
#622F29 (or 0x622F29) is known color: Redwood. HEX triplet: 62, 2F and 29. RGB value is (98,47,41). Sum of RGB (Red+Green+Blue) = 98+47+41=186 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.69% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 98 - color contains mainly: red. Hex color #622F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622F29 is #9DD0D6. Grayscale: #3D3D3D. Windows color (decimal): -10342615 or 2699106. OLE color: 2699106.
HSL color Cylindrical-coordinate representation of color #622F29: hue angle of 6.32º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #622F29 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 47 | 41 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.62 |
| HSL | 6.32º | 0.41% | 0.27% | - |
| HSV(B) | 6.32º | 0.58% | 0.38% | - |
| XYZ | 6.45 | 4.79 | 2.68 | - |
| YUV | 61.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 47 | 41 | 0 | 0.52 | 0.58 | 0.62 | 6.32 | 0.41 | 0.27 |
| Hex | 62 | 2F | 29 | 0 | 34 | 3A | 3E | 6 | 29 | 1B |
| Octal | 142 | 57 | 51 | 0 | 64 | 72 | 76 | 6 | 51 | 33 |
| Binary | 1100010 | 101111 | 101001 | 0 | 110100 | 111010 | 111110 | 110 | 101001 | 11011 |
Color Harmonies of #622F29
Complementary color
Monochromatic Colors of #622F29
Black with #622F29
Text Example
Text Example
White with #622F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622F29; }
p { color: rgb(98,47,41); }
H1.HeaderClassName
{
color: #622F29;
}
.AnyTagClassName
{
color: #622F29;
}
</style>
background-color css
<style>
a { background-color: #622F29; }
a { background-color: rgb(98,47,41); }
div.DivClassName
{
background-color: #622F29;
}
.BgClassName
{
background-color: #622F29;
}
</style>
border-color css
<style>
span { border-color: #622F29; }
span { border-color: rgb(98,47,41); }
td.TdClassName
{
border-color: #622F29;
}
.TagClassName
{
border-color: #622F29;
}
</style>