Shades of Raw Umber #69550B
Tints of Raw Umber #69550B
RGB
CMYK
RGB Variations
Color information
#69550B (or 0x69550B) is known color: Raw Umber. HEX triplet: 69, 55 and 0B. RGB value is (105,85,11). Sum of RGB (Red+Green+Blue) = 105+85+11=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #69550B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69550B is #96AAF4. Grayscale: #525252. Windows color (decimal): -9874165 or 742761. OLE color: 742761.
HSL color Cylindrical-coordinate representation of color #69550B: hue angle of 47.23º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #69550B is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 85 | 11 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.59 |
| HSL | 47.23º | 0.81% | 0.23% | - |
| HSV(B) | 47.23º | 0.9% | 0.41% | - |
| XYZ | 9.13 | 9.52 | 1.67 | - |
| YUV | 82.54 | 87.63 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 85 | 11 | 0 | 0.19 | 0.90 | 0.59 | 47.23 | 0.81 | 0.23 |
| Hex | 69 | 55 | B | 0 | 13 | 5A | 3B | 2F | 51 | 17 |
| Octal | 151 | 125 | 13 | 0 | 23 | 132 | 73 | 57 | 121 | 27 |
| Binary | 1101001 | 1010101 | 1011 | 0 | 10011 | 1011010 | 111011 | 101111 | 1010001 | 10111 |
Color Harmonies of #69550B
Complementary color
Monochromatic Colors of #69550B
Black with #69550B
Text Example
Text Example
White with #69550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69550B; }
p { color: rgb(105,85,11); }
H1.HeaderClassName
{
color: #69550B;
}
.AnyTagClassName
{
color: #69550B;
}
</style>
background-color css
<style>
a { background-color: #69550B; }
a { background-color: rgb(105,85,11); }
div.DivClassName
{
background-color: #69550B;
}
.BgClassName
{
background-color: #69550B;
}
</style>
border-color css
<style>
span { border-color: #69550B; }
span { border-color: rgb(105,85,11); }
td.TdClassName
{
border-color: #69550B;
}
.TagClassName
{
border-color: #69550B;
}
</style>