Shades of Raw Umber #69400B
Tints of Raw Umber #69400B
RGB
CMYK
RGB Variations
Color information
#69400B (or 0x69400B) is known color: Raw Umber. HEX triplet: 69, 40 and 0B. RGB value is (105,64,11). Sum of RGB (Red+Green+Blue) = 105+64+11=180 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.33% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 11 (4.69% from 255 or 6.11% from 180); Max value from RGB is 105 - color contains mainly: red. Hex color #69400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69400B is #96BFF4. Grayscale: #464646. Windows color (decimal): -9879541 or 737385. OLE color: 737385.
HSL color Cylindrical-coordinate representation of color #69400B: hue angle of 33.83º 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 #69400B is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 64 | 11 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.59 |
| HSL | 33.83º | 0.81% | 0.23% | - |
| HSV(B) | 33.83º | 0.9% | 0.41% | - |
| XYZ | 7.72 | 6.69 | 1.2 | - |
| YUV | 70.22 | 94.58 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 64 | 11 | 0 | 0.39 | 0.90 | 0.59 | 33.83 | 0.81 | 0.23 |
| Hex | 69 | 40 | B | 0 | 27 | 5A | 3B | 22 | 51 | 17 |
| Octal | 151 | 100 | 13 | 0 | 47 | 132 | 73 | 42 | 121 | 27 |
| Binary | 1101001 | 1000000 | 1011 | 0 | 100111 | 1011010 | 111011 | 100010 | 1010001 | 10111 |
Color Harmonies of #69400B
Complementary color
Monochromatic Colors of #69400B
Black with #69400B
Text Example
Text Example
White with #69400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69400B; }
p { color: rgb(105,64,11); }
H1.HeaderClassName
{
color: #69400B;
}
.AnyTagClassName
{
color: #69400B;
}
</style>
background-color css
<style>
a { background-color: #69400B; }
a { background-color: rgb(105,64,11); }
div.DivClassName
{
background-color: #69400B;
}
.BgClassName
{
background-color: #69400B;
}
</style>
border-color css
<style>
span { border-color: #69400B; }
span { border-color: rgb(105,64,11); }
td.TdClassName
{
border-color: #69400B;
}
.TagClassName
{
border-color: #69400B;
}
</style>