Shades of Raw Umber #685C02
Tints of Raw Umber #685C02
RGB
CMYK
RGB Variations
Color information
#685C02 (or 0x685C02) is known color: Raw Umber. HEX triplet: 68, 5C and 02. RGB value is (104,92,2). Sum of RGB (Red+Green+Blue) = 104+92+2=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 92 (36.33% from 255 or 46.46% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #685C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685C02 is #97A3FD. Grayscale: #555555. Windows color (decimal): -9937918 or 154728. OLE color: 154728.
HSL color Cylindrical-coordinate representation of color #685C02: hue angle of 52.94º 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 #685C02 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 92 | 2 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.59 |
| HSL | 52.94º | 0.96% | 0.21% | - |
| HSV(B) | 52.94º | 0.98% | 0.41% | - |
| XYZ | 9.55 | 10.6 | 1.6 | - |
| YUV | 85.33 | 80.98 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 2 | 0 | 0.12 | 0.98 | 0.59 | 52.94 | 0.96 | 0.21 |
| Hex | 68 | 5C | 2 | 0 | C | 62 | 3B | 35 | 60 | 15 |
| Octal | 150 | 134 | 2 | 0 | 14 | 142 | 73 | 65 | 140 | 25 |
| Binary | 1101000 | 1011100 | 10 | 0 | 1100 | 1100010 | 111011 | 110101 | 1100000 | 10101 |
Color Harmonies of #685C02
Complementary color
Monochromatic Colors of #685C02
Black with #685C02
Text Example
Text Example
White with #685C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685C02; }
p { color: rgb(104,92,2); }
H1.HeaderClassName
{
color: #685C02;
}
.AnyTagClassName
{
color: #685C02;
}
</style>
background-color css
<style>
a { background-color: #685C02; }
a { background-color: rgb(104,92,2); }
div.DivClassName
{
background-color: #685C02;
}
.BgClassName
{
background-color: #685C02;
}
</style>
border-color css
<style>
span { border-color: #685C02; }
span { border-color: rgb(104,92,2); }
td.TdClassName
{
border-color: #685C02;
}
.TagClassName
{
border-color: #685C02;
}
</style>