Shades of Raw Umber #69521A
Tints of Raw Umber #69521A
RGB
CMYK
RGB Variations
Color information
#69521A (or 0x69521A) is known color: Raw Umber. HEX triplet: 69, 52 and 1A. RGB value is (105,82,26). Sum of RGB (Red+Green+Blue) = 105+82+26=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #69521A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69521A is #96ADE5. Grayscale: #525252. Windows color (decimal): -9874918 or 1725033. OLE color: 1725033.
HSL color Cylindrical-coordinate representation of color #69521A: hue angle of 42.53º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #69521A is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 82 | 26 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.59 |
| HSL | 42.53º | 0.6% | 0.26% | - |
| HSV(B) | 42.53º | 0.75% | 0.41% | - |
| XYZ | 9.03 | 9.11 | 2.26 | - |
| YUV | 82.49 | 96.12 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 82 | 26 | 0 | 0.22 | 0.75 | 0.59 | 42.53 | 0.6 | 0.26 |
| Hex | 69 | 52 | 1A | 0 | 16 | 4B | 3B | 2B | 3C | 1A |
| Octal | 151 | 122 | 32 | 0 | 26 | 113 | 73 | 53 | 74 | 32 |
| Binary | 1101001 | 1010010 | 11010 | 0 | 10110 | 1001011 | 111011 | 101011 | 111100 | 11010 |
Color Harmonies of #69521A
Complementary color
Monochromatic Colors of #69521A
Black with #69521A
Text Example
Text Example
White with #69521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69521A; }
p { color: rgb(105,82,26); }
H1.HeaderClassName
{
color: #69521A;
}
.AnyTagClassName
{
color: #69521A;
}
</style>
background-color css
<style>
a { background-color: #69521A; }
a { background-color: rgb(105,82,26); }
div.DivClassName
{
background-color: #69521A;
}
.BgClassName
{
background-color: #69521A;
}
</style>
border-color css
<style>
span { border-color: #69521A; }
span { border-color: rgb(105,82,26); }
td.TdClassName
{
border-color: #69521A;
}
.TagClassName
{
border-color: #69521A;
}
</style>