Shades of Raw Umber #683B02
Tints of Raw Umber #683B02
RGB
CMYK
RGB Variations
Color information
#683B02 (or 0x683B02) is known color: Raw Umber. HEX triplet: 68, 3B and 02. RGB value is (104,59,2). Sum of RGB (Red+Green+Blue) = 104+59+2=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #683B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683B02 is #97C4FD. Grayscale: #424242. Windows color (decimal): -9946366 or 146280. OLE color: 146280.
HSL color Cylindrical-coordinate representation of color #683B02: hue angle of 33.53º 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 #683B02 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 59 | 2 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.59 |
| HSL | 33.53º | 0.96% | 0.21% | - |
| HSV(B) | 33.53º | 0.98% | 0.41% | - |
| XYZ | 7.28 | 6.08 | 0.85 | - |
| YUV | 65.96 | 91.91 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 59 | 2 | 0 | 0.43 | 0.98 | 0.59 | 33.53 | 0.96 | 0.21 |
| Hex | 68 | 3B | 2 | 0 | 2B | 62 | 3B | 22 | 60 | 15 |
| Octal | 150 | 73 | 2 | 0 | 53 | 142 | 73 | 42 | 140 | 25 |
| Binary | 1101000 | 111011 | 10 | 0 | 101011 | 1100010 | 111011 | 100010 | 1100000 | 10101 |
Color Harmonies of #683B02
Complementary color
Monochromatic Colors of #683B02
Black with #683B02
Text Example
Text Example
White with #683B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683B02; }
p { color: rgb(104,59,2); }
H1.HeaderClassName
{
color: #683B02;
}
.AnyTagClassName
{
color: #683B02;
}
</style>
background-color css
<style>
a { background-color: #683B02; }
a { background-color: rgb(104,59,2); }
div.DivClassName
{
background-color: #683B02;
}
.BgClassName
{
background-color: #683B02;
}
</style>
border-color css
<style>
span { border-color: #683B02; }
span { border-color: rgb(104,59,2); }
td.TdClassName
{
border-color: #683B02;
}
.TagClassName
{
border-color: #683B02;
}
</style>