Shades of Raw Umber #683F01
Tints of Raw Umber #683F01
RGB
CMYK
RGB Variations
Color information
#683F01 (or 0x683F01) is known color: Raw Umber. HEX triplet: 68, 3F and 01. RGB value is (104,63,1). Sum of RGB (Red+Green+Blue) = 104+63+1=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #683F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683F01 is #97C0FE. Grayscale: #444444. Windows color (decimal): -9945343 or 81768. OLE color: 81768.
HSL color Cylindrical-coordinate representation of color #683F01: hue angle of 36.12º 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 #683F01 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 63 | 1 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.59 |
| HSL | 36.12º | 0.98% | 0.21% | - |
| HSV(B) | 36.12º | 0.99% | 0.41% | - |
| XYZ | 7.49 | 6.5 | 0.89 | - |
| YUV | 68.19 | 90.08 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 1 | 0 | 0.39 | 0.99 | 0.59 | 36.12 | 0.98 | 0.21 |
| Hex | 68 | 3F | 1 | 0 | 27 | 63 | 3B | 24 | 62 | 15 |
| Octal | 150 | 77 | 1 | 0 | 47 | 143 | 73 | 44 | 142 | 25 |
| Binary | 1101000 | 111111 | 1 | 0 | 100111 | 1100011 | 111011 | 100100 | 1100010 | 10101 |
Color Harmonies of #683F01
Complementary color
Monochromatic Colors of #683F01
Black with #683F01
Text Example
Text Example
White with #683F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683F01; }
p { color: rgb(104,63,1); }
H1.HeaderClassName
{
color: #683F01;
}
.AnyTagClassName
{
color: #683F01;
}
</style>
background-color css
<style>
a { background-color: #683F01; }
a { background-color: rgb(104,63,1); }
div.DivClassName
{
background-color: #683F01;
}
.BgClassName
{
background-color: #683F01;
}
</style>
border-color css
<style>
span { border-color: #683F01; }
span { border-color: rgb(104,63,1); }
td.TdClassName
{
border-color: #683F01;
}
.TagClassName
{
border-color: #683F01;
}
</style>