Shades of Raw Umber #69501B
Tints of Raw Umber #69501B
RGB
CMYK
RGB Variations
Color information
#69501B (or 0x69501B) is known color: Raw Umber. HEX triplet: 69, 50 and 1B. RGB value is (105,80,27). Sum of RGB (Red+Green+Blue) = 105+80+27=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #69501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69501B is #96AFE4. Grayscale: #515151. Windows color (decimal): -9875429 or 1790057. OLE color: 1790057.
HSL color Cylindrical-coordinate representation of color #69501B: hue angle of 40.77º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #69501B is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 80 | 27 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.59 |
| HSL | 40.77º | 0.59% | 0.26% | - |
| HSV(B) | 40.77º | 0.74% | 0.41% | - |
| XYZ | 8.89 | 8.82 | 2.27 | - |
| YUV | 81.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 80 | 27 | 0 | 0.24 | 0.74 | 0.59 | 40.77 | 0.59 | 0.26 |
| Hex | 69 | 50 | 1B | 0 | 18 | 4A | 3B | 29 | 3B | 1A |
| Octal | 151 | 120 | 33 | 0 | 30 | 112 | 73 | 51 | 73 | 32 |
| Binary | 1101001 | 1010000 | 11011 | 0 | 11000 | 1001010 | 111011 | 101001 | 111011 | 11010 |
Color Harmonies of #69501B
Complementary color
Monochromatic Colors of #69501B
Black with #69501B
Text Example
Text Example
White with #69501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69501B; }
p { color: rgb(105,80,27); }
H1.HeaderClassName
{
color: #69501B;
}
.AnyTagClassName
{
color: #69501B;
}
</style>
background-color css
<style>
a { background-color: #69501B; }
a { background-color: rgb(105,80,27); }
div.DivClassName
{
background-color: #69501B;
}
.BgClassName
{
background-color: #69501B;
}
</style>
border-color css
<style>
span { border-color: #69501B; }
span { border-color: rgb(105,80,27); }
td.TdClassName
{
border-color: #69501B;
}
.TagClassName
{
border-color: #69501B;
}
</style>