Shades of Raw Umber #69440B
Tints of Raw Umber #69440B
RGB
CMYK
RGB Variations
Color information
#69440B (or 0x69440B) is known color: Raw Umber. HEX triplet: 69, 44 and 0B. RGB value is (105,68,11). Sum of RGB (Red+Green+Blue) = 105+68+11=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #69440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69440B is #96BBF4. Grayscale: #484848. Windows color (decimal): -9878517 or 738409. OLE color: 738409.
HSL color Cylindrical-coordinate representation of color #69440B: hue angle of 36.38º 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 #69440B is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 68 | 11 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.59 |
| HSL | 36.38º | 0.81% | 0.23% | - |
| HSV(B) | 36.38º | 0.9% | 0.41% | - |
| XYZ | 7.95 | 7.16 | 1.28 | - |
| YUV | 72.57 | 93.26 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 68 | 11 | 0 | 0.35 | 0.90 | 0.59 | 36.38 | 0.81 | 0.23 |
| Hex | 69 | 44 | B | 0 | 23 | 5A | 3B | 24 | 51 | 17 |
| Octal | 151 | 104 | 13 | 0 | 43 | 132 | 73 | 44 | 121 | 27 |
| Binary | 1101001 | 1000100 | 1011 | 0 | 100011 | 1011010 | 111011 | 100100 | 1010001 | 10111 |
Color Harmonies of #69440B
Complementary color
Monochromatic Colors of #69440B
Black with #69440B
Text Example
Text Example
White with #69440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69440B; }
p { color: rgb(105,68,11); }
H1.HeaderClassName
{
color: #69440B;
}
.AnyTagClassName
{
color: #69440B;
}
</style>
background-color css
<style>
a { background-color: #69440B; }
a { background-color: rgb(105,68,11); }
div.DivClassName
{
background-color: #69440B;
}
.BgClassName
{
background-color: #69440B;
}
</style>
border-color css
<style>
span { border-color: #69440B; }
span { border-color: rgb(105,68,11); }
td.TdClassName
{
border-color: #69440B;
}
.TagClassName
{
border-color: #69440B;
}
</style>