Shades of Raw Umber #683F02
Tints of Raw Umber #683F02
RGB
CMYK
RGB Variations
Color information
#683F02 (or 0x683F02) is known color: Raw Umber. HEX triplet: 68, 3F and 02. RGB value is (104,63,2). Sum of RGB (Red+Green+Blue) = 104+63+2=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #683F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683F02 is #97C0FD. Grayscale: #444444. Windows color (decimal): -9945342 or 147304. OLE color: 147304.
HSL color Cylindrical-coordinate representation of color #683F02: hue angle of 35.88º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #683F02 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 63 | 2 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.59 |
| HSL | 35.88º | 0.96% | 0.21% | - |
| HSV(B) | 35.88º | 0.98% | 0.41% | - |
| XYZ | 7.5 | 6.5 | 0.92 | - |
| YUV | 68.31 | 90.58 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 2 | 0 | 0.39 | 0.98 | 0.59 | 35.88 | 0.96 | 0.21 |
| Hex | 68 | 3F | 2 | 0 | 27 | 62 | 3B | 24 | 60 | 15 |
| Octal | 150 | 77 | 2 | 0 | 47 | 142 | 73 | 44 | 140 | 25 |
| Binary | 1101000 | 111111 | 10 | 0 | 100111 | 1100010 | 111011 | 100100 | 1100000 | 10101 |
Color Harmonies of #683F02
Complementary color
Monochromatic Colors of #683F02
Black with #683F02
Text Example
Text Example
White with #683F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683F02; }
p { color: rgb(104,63,2); }
H1.HeaderClassName
{
color: #683F02;
}
.AnyTagClassName
{
color: #683F02;
}
</style>
background-color css
<style>
a { background-color: #683F02; }
a { background-color: rgb(104,63,2); }
div.DivClassName
{
background-color: #683F02;
}
.BgClassName
{
background-color: #683F02;
}
</style>
border-color css
<style>
span { border-color: #683F02; }
span { border-color: rgb(104,63,2); }
td.TdClassName
{
border-color: #683F02;
}
.TagClassName
{
border-color: #683F02;
}
</style>