Shades of Raw Umber #684C02
Tints of Raw Umber #684C02
RGB
CMYK
RGB Variations
Color information
#684C02 (or 0x684C02) is known color: Raw Umber. HEX triplet: 68, 4C and 02. RGB value is (104,76,2). Sum of RGB (Red+Green+Blue) = 104+76+2=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #684C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684C02 is #97B3FD. Grayscale: #4C4C4C. Windows color (decimal): -9942014 or 150632. OLE color: 150632.
HSL color Cylindrical-coordinate representation of color #684C02: hue angle of 43.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 #684C02 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 76 | 2 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.59 |
| HSL | 43.53º | 0.96% | 0.21% | - |
| HSV(B) | 43.53º | 0.98% | 0.41% | - |
| XYZ | 8.3 | 8.12 | 1.19 | - |
| YUV | 75.94 | 86.28 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 2 | 0 | 0.27 | 0.98 | 0.59 | 43.53 | 0.96 | 0.21 |
| Hex | 68 | 4C | 2 | 0 | 1B | 62 | 3B | 2C | 60 | 15 |
| Octal | 150 | 114 | 2 | 0 | 33 | 142 | 73 | 54 | 140 | 25 |
| Binary | 1101000 | 1001100 | 10 | 0 | 11011 | 1100010 | 111011 | 101100 | 1100000 | 10101 |
Color Harmonies of #684C02
Complementary color
Monochromatic Colors of #684C02
Black with #684C02
Text Example
Text Example
White with #684C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684C02; }
p { color: rgb(104,76,2); }
H1.HeaderClassName
{
color: #684C02;
}
.AnyTagClassName
{
color: #684C02;
}
</style>
background-color css
<style>
a { background-color: #684C02; }
a { background-color: rgb(104,76,2); }
div.DivClassName
{
background-color: #684C02;
}
.BgClassName
{
background-color: #684C02;
}
</style>
border-color css
<style>
span { border-color: #684C02; }
span { border-color: rgb(104,76,2); }
td.TdClassName
{
border-color: #684C02;
}
.TagClassName
{
border-color: #684C02;
}
</style>