Shades of Raw Umber #693C01
Tints of Raw Umber #693C01
RGB
CMYK
RGB Variations
Color information
#693C01 (or 0x693C01) is known color: Raw Umber. HEX triplet: 69, 3C and 01. RGB value is (105,60,1). Sum of RGB (Red+Green+Blue) = 105+60+1=166 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.25% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 105 - color contains mainly: red. Hex color #693C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693C01 is #96C3FE. Grayscale: #434343. Windows color (decimal): -9880575 or 81001. OLE color: 81001.
HSL color Cylindrical-coordinate representation of color #693C01: hue angle of 34.04º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #693C01 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 60 | 1 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.59 |
| HSL | 34.04º | 0.98% | 0.21% | - |
| HSV(B) | 34.04º | 0.99% | 0.41% | - |
| XYZ | 7.45 | 6.24 | 0.84 | - |
| YUV | 66.73 | 90.91 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 1 | 0 | 0.43 | 0.99 | 0.59 | 34.04 | 0.98 | 0.21 |
| Hex | 69 | 3C | 1 | 0 | 2B | 63 | 3B | 22 | 62 | 15 |
| Octal | 151 | 74 | 1 | 0 | 53 | 143 | 73 | 42 | 142 | 25 |
| Binary | 1101001 | 111100 | 1 | 0 | 101011 | 1100011 | 111011 | 100010 | 1100010 | 10101 |
Color Harmonies of #693C01
Complementary color
Monochromatic Colors of #693C01
Black with #693C01
Text Example
Text Example
White with #693C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693C01; }
p { color: rgb(105,60,1); }
H1.HeaderClassName
{
color: #693C01;
}
.AnyTagClassName
{
color: #693C01;
}
</style>
background-color css
<style>
a { background-color: #693C01; }
a { background-color: rgb(105,60,1); }
div.DivClassName
{
background-color: #693C01;
}
.BgClassName
{
background-color: #693C01;
}
</style>
border-color css
<style>
span { border-color: #693C01; }
span { border-color: rgb(105,60,1); }
td.TdClassName
{
border-color: #693C01;
}
.TagClassName
{
border-color: #693C01;
}
</style>