Shades of Raw Umber #694C0D
Tints of Raw Umber #694C0D
RGB
CMYK
RGB Variations
Color information
#694C0D (or 0x694C0D) is known color: Raw Umber. HEX triplet: 69, 4C and 0D. RGB value is (105,76,13). Sum of RGB (Red+Green+Blue) = 105+76+13=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #694C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694C0D is #96B3F2. Grayscale: #4D4D4D. Windows color (decimal): -9876467 or 871529. OLE color: 871529.
HSL color Cylindrical-coordinate representation of color #694C0D: hue angle of 41.09º 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 #694C0D is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 76 | 13 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.59 |
| HSL | 41.09º | 0.78% | 0.23% | - |
| HSV(B) | 41.09º | 0.88% | 0.41% | - |
| XYZ | 8.48 | 8.2 | 1.52 | - |
| YUV | 77.49 | 91.61 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 13 | 0 | 0.28 | 0.88 | 0.59 | 41.09 | 0.78 | 0.23 |
| Hex | 69 | 4C | D | 0 | 1C | 58 | 3B | 29 | 4E | 17 |
| Octal | 151 | 114 | 15 | 0 | 34 | 130 | 73 | 51 | 116 | 27 |
| Binary | 1101001 | 1001100 | 1101 | 0 | 11100 | 1011000 | 111011 | 101001 | 1001110 | 10111 |
Color Harmonies of #694C0D
Complementary color
Monochromatic Colors of #694C0D
Black with #694C0D
Text Example
Text Example
White with #694C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694C0D; }
p { color: rgb(105,76,13); }
H1.HeaderClassName
{
color: #694C0D;
}
.AnyTagClassName
{
color: #694C0D;
}
</style>
background-color css
<style>
a { background-color: #694C0D; }
a { background-color: rgb(105,76,13); }
div.DivClassName
{
background-color: #694C0D;
}
.BgClassName
{
background-color: #694C0D;
}
</style>
border-color css
<style>
span { border-color: #694C0D; }
span { border-color: rgb(105,76,13); }
td.TdClassName
{
border-color: #694C0D;
}
.TagClassName
{
border-color: #694C0D;
}
</style>