Shades of Raw Umber #685A02
Tints of Raw Umber #685A02
RGB
CMYK
RGB Variations
Color information
#685A02 (or 0x685A02) is known color: Raw Umber. HEX triplet: 68, 5A and 02. RGB value is (104,90,2). Sum of RGB (Red+Green+Blue) = 104+90+2=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #685A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685A02 is #97A5FD. Grayscale: #545454. Windows color (decimal): -9938430 or 154216. OLE color: 154216.
HSL color Cylindrical-coordinate representation of color #685A02: hue angle of 51.76º 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 #685A02 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 90 | 2 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.59 |
| HSL | 51.76º | 0.96% | 0.21% | - |
| HSV(B) | 51.76º | 0.98% | 0.41% | - |
| XYZ | 9.38 | 10.26 | 1.54 | - |
| YUV | 84.15 | 81.64 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 2 | 0 | 0.13 | 0.98 | 0.59 | 51.76 | 0.96 | 0.21 |
| Hex | 68 | 5A | 2 | 0 | D | 62 | 3B | 34 | 60 | 15 |
| Octal | 150 | 132 | 2 | 0 | 15 | 142 | 73 | 64 | 140 | 25 |
| Binary | 1101000 | 1011010 | 10 | 0 | 1101 | 1100010 | 111011 | 110100 | 1100000 | 10101 |
Color Harmonies of #685A02
Complementary color
Monochromatic Colors of #685A02
Black with #685A02
Text Example
Text Example
White with #685A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A02; }
p { color: rgb(104,90,2); }
H1.HeaderClassName
{
color: #685A02;
}
.AnyTagClassName
{
color: #685A02;
}
</style>
background-color css
<style>
a { background-color: #685A02; }
a { background-color: rgb(104,90,2); }
div.DivClassName
{
background-color: #685A02;
}
.BgClassName
{
background-color: #685A02;
}
</style>
border-color css
<style>
span { border-color: #685A02; }
span { border-color: rgb(104,90,2); }
td.TdClassName
{
border-color: #685A02;
}
.TagClassName
{
border-color: #685A02;
}
</style>