Shades of Raw Umber #694C19
Tints of Raw Umber #694C19
RGB
CMYK
RGB Variations
Color information
#694C19 (or 0x694C19) is known color: Raw Umber. HEX triplet: 69, 4C and 19. RGB value is (105,76,25). Sum of RGB (Red+Green+Blue) = 105+76+25=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #694C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694C19 is #96B3E6. Grayscale: #4F4F4F. Windows color (decimal): -9876455 or 1657961. OLE color: 1657961.
HSL color Cylindrical-coordinate representation of color #694C19: hue angle of 38.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #694C19 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 76 | 25 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.59 |
| HSL | 38.25º | 0.62% | 0.25% | - |
| HSV(B) | 38.25º | 0.76% | 0.41% | - |
| XYZ | 8.59 | 8.24 | 2.06 | - |
| YUV | 78.86 | 97.61 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 25 | 0 | 0.28 | 0.76 | 0.59 | 38.25 | 0.62 | 0.25 |
| Hex | 69 | 4C | 19 | 0 | 1C | 4C | 3B | 26 | 3E | 19 |
| Octal | 151 | 114 | 31 | 0 | 34 | 114 | 73 | 46 | 76 | 31 |
| Binary | 1101001 | 1001100 | 11001 | 0 | 11100 | 1001100 | 111011 | 100110 | 111110 | 11001 |
Color Harmonies of #694C19
Complementary color
Monochromatic Colors of #694C19
Black with #694C19
Text Example
Text Example
White with #694C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694C19; }
p { color: rgb(105,76,25); }
H1.HeaderClassName
{
color: #694C19;
}
.AnyTagClassName
{
color: #694C19;
}
</style>
background-color css
<style>
a { background-color: #694C19; }
a { background-color: rgb(105,76,25); }
div.DivClassName
{
background-color: #694C19;
}
.BgClassName
{
background-color: #694C19;
}
</style>
border-color css
<style>
span { border-color: #694C19; }
span { border-color: rgb(105,76,25); }
td.TdClassName
{
border-color: #694C19;
}
.TagClassName
{
border-color: #694C19;
}
</style>