Shades of Raw Umber #694C00
Tints of Raw Umber #694C00
RGB
CMYK
RGB Variations
Color information
#694C00 (or 0x694C00) is known color: Raw Umber. HEX triplet: 69, 4C and 00. RGB value is (105,76,0). Sum of RGB (Red+Green+Blue) = 105+76+0=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #694C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694C00 is #96B3FF. Grayscale: #4C4C4C. Windows color (decimal): -9876480 or 19561. OLE color: 19561.
HSL color Cylindrical-coordinate representation of color #694C00: hue angle of 43.43º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #694C00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 76 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.59 |
| HSL | 43.43º | 1% | 0.21% | - |
| HSV(B) | 43.43º | 1% | 0.41% | - |
| XYZ | 8.41 | 8.17 | 1.13 | - |
| YUV | 76.01 | 85.11 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 0 | 0 | 0.28 | 1 | 0.59 | 43.43 | 1 | 0.21 |
| Hex | 69 | 4C | 0 | 0 | 1C | 64 | 3B | 2B | 64 | 15 |
| Octal | 151 | 114 | 0 | 0 | 34 | 144 | 73 | 53 | 144 | 25 |
| Binary | 1101001 | 1001100 | 0 | 0 | 11100 | 1100100 | 111011 | 101011 | 1100100 | 10101 |
Color Harmonies of #694C00
Complementary color
Monochromatic Colors of #694C00
Black with #694C00
Text Example
Text Example
White with #694C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694C00; }
p { color: rgb(105,76,0); }
H1.HeaderClassName
{
color: #694C00;
}
.AnyTagClassName
{
color: #694C00;
}
</style>
background-color css
<style>
a { background-color: #694C00; }
a { background-color: rgb(105,76,0); }
div.DivClassName
{
background-color: #694C00;
}
.BgClassName
{
background-color: #694C00;
}
</style>
border-color css
<style>
span { border-color: #694C00; }
span { border-color: rgb(105,76,0); }
td.TdClassName
{
border-color: #694C00;
}
.TagClassName
{
border-color: #694C00;
}
</style>