Shades of Raw Umber #69530B
Tints of Raw Umber #69530B
RGB
CMYK
RGB Variations
Color information
#69530B (or 0x69530B) is known color: Raw Umber. HEX triplet: 69, 53 and 0B. RGB value is (105,83,11). Sum of RGB (Red+Green+Blue) = 105+83+11=199 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.76% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 105 - color contains mainly: red. Hex color #69530B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69530B is #96ACF4. Grayscale: #515151. Windows color (decimal): -9874677 or 742249. OLE color: 742249.
HSL color Cylindrical-coordinate representation of color #69530B: hue angle of 45.96º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #69530B is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 83 | 11 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.59 |
| HSL | 45.96º | 0.81% | 0.23% | - |
| HSV(B) | 45.96º | 0.9% | 0.41% | - |
| XYZ | 8.98 | 9.21 | 1.62 | - |
| YUV | 81.37 | 88.29 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 83 | 11 | 0 | 0.21 | 0.90 | 0.59 | 45.96 | 0.81 | 0.23 |
| Hex | 69 | 53 | B | 0 | 15 | 5A | 3B | 2E | 51 | 17 |
| Octal | 151 | 123 | 13 | 0 | 25 | 132 | 73 | 56 | 121 | 27 |
| Binary | 1101001 | 1010011 | 1011 | 0 | 10101 | 1011010 | 111011 | 101110 | 1010001 | 10111 |
Color Harmonies of #69530B
Complementary color
Monochromatic Colors of #69530B
Black with #69530B
Text Example
Text Example
White with #69530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69530B; }
p { color: rgb(105,83,11); }
H1.HeaderClassName
{
color: #69530B;
}
.AnyTagClassName
{
color: #69530B;
}
</style>
background-color css
<style>
a { background-color: #69530B; }
a { background-color: rgb(105,83,11); }
div.DivClassName
{
background-color: #69530B;
}
.BgClassName
{
background-color: #69530B;
}
</style>
border-color css
<style>
span { border-color: #69530B; }
span { border-color: rgb(105,83,11); }
td.TdClassName
{
border-color: #69530B;
}
.TagClassName
{
border-color: #69530B;
}
</style>