Shades of Raw Umber #69550D
Tints of Raw Umber #69550D
RGB
CMYK
RGB Variations
Color information
#69550D (or 0x69550D) is known color: Raw Umber. HEX triplet: 69, 55 and 0D. RGB value is (105,85,13). Sum of RGB (Red+Green+Blue) = 105+85+13=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #69550D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69550D is #96AAF2. Grayscale: #535353. Windows color (decimal): -9874163 or 873833. OLE color: 873833.
HSL color Cylindrical-coordinate representation of color #69550D: hue angle of 46.96º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #69550D is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 85 | 13 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.59 |
| HSL | 46.96º | 0.78% | 0.23% | - |
| HSV(B) | 46.96º | 0.88% | 0.41% | - |
| XYZ | 9.15 | 9.53 | 1.74 | - |
| YUV | 82.77 | 88.63 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 85 | 13 | 0 | 0.19 | 0.88 | 0.59 | 46.96 | 0.78 | 0.23 |
| Hex | 69 | 55 | D | 0 | 13 | 58 | 3B | 2F | 4E | 17 |
| Octal | 151 | 125 | 15 | 0 | 23 | 130 | 73 | 57 | 116 | 27 |
| Binary | 1101001 | 1010101 | 1101 | 0 | 10011 | 1011000 | 111011 | 101111 | 1001110 | 10111 |
Color Harmonies of #69550D
Complementary color
Monochromatic Colors of #69550D
Black with #69550D
Text Example
Text Example
White with #69550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69550D; }
p { color: rgb(105,85,13); }
H1.HeaderClassName
{
color: #69550D;
}
.AnyTagClassName
{
color: #69550D;
}
</style>
background-color css
<style>
a { background-color: #69550D; }
a { background-color: rgb(105,85,13); }
div.DivClassName
{
background-color: #69550D;
}
.BgClassName
{
background-color: #69550D;
}
</style>
border-color css
<style>
span { border-color: #69550D; }
span { border-color: rgb(105,85,13); }
td.TdClassName
{
border-color: #69550D;
}
.TagClassName
{
border-color: #69550D;
}
</style>