Shades of Raw Umber #68530B
Tints of Raw Umber #68530B
RGB
CMYK
RGB Variations
Color information
#68530B (or 0x68530B) is known color: Raw Umber. HEX triplet: 68, 53 and 0B. RGB value is (104,83,11). Sum of RGB (Red+Green+Blue) = 104+83+11=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #68530B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68530B is #97ACF4. Grayscale: #515151. Windows color (decimal): -9940213 or 742248. OLE color: 742248.
HSL color Cylindrical-coordinate representation of color #68530B: hue angle of 46.45º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68530B is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 83 | 11 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.59 |
| HSL | 46.45º | 0.81% | 0.23% | - |
| HSV(B) | 46.45º | 0.89% | 0.41% | - |
| XYZ | 8.86 | 9.15 | 1.62 | - |
| YUV | 81.07 | 88.46 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 83 | 11 | 0 | 0.20 | 0.89 | 0.59 | 46.45 | 0.81 | 0.23 |
| Hex | 68 | 53 | B | 0 | 14 | 59 | 3B | 2E | 51 | 17 |
| Octal | 150 | 123 | 13 | 0 | 24 | 131 | 73 | 56 | 121 | 27 |
| Binary | 1101000 | 1010011 | 1011 | 0 | 10100 | 1011001 | 111011 | 101110 | 1010001 | 10111 |
Color Harmonies of #68530B
Complementary color
Monochromatic Colors of #68530B
Black with #68530B
Text Example
Text Example
White with #68530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68530B; }
p { color: rgb(104,83,11); }
H1.HeaderClassName
{
color: #68530B;
}
.AnyTagClassName
{
color: #68530B;
}
</style>
background-color css
<style>
a { background-color: #68530B; }
a { background-color: rgb(104,83,11); }
div.DivClassName
{
background-color: #68530B;
}
.BgClassName
{
background-color: #68530B;
}
</style>
border-color css
<style>
span { border-color: #68530B; }
span { border-color: rgb(104,83,11); }
td.TdClassName
{
border-color: #68530B;
}
.TagClassName
{
border-color: #68530B;
}
</style>