Shades of Raw Umber #69430D
Tints of Raw Umber #69430D
RGB
CMYK
RGB Variations
Color information
#69430D (or 0x69430D) is known color: Raw Umber. HEX triplet: 69, 43 and 0D. RGB value is (105,67,13). Sum of RGB (Red+Green+Blue) = 105+67+13=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #69430D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69430D is #96BCF2. Grayscale: #484848. Windows color (decimal): -9878771 or 869225. OLE color: 869225.
HSL color Cylindrical-coordinate representation of color #69430D: hue angle of 35.22º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #69430D is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 67 | 13 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.59 |
| HSL | 35.22º | 0.78% | 0.23% | - |
| HSV(B) | 35.22º | 0.88% | 0.41% | - |
| XYZ | 7.91 | 7.05 | 1.32 | - |
| YUV | 72.21 | 94.59 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 67 | 13 | 0 | 0.36 | 0.88 | 0.59 | 35.22 | 0.78 | 0.23 |
| Hex | 69 | 43 | D | 0 | 24 | 58 | 3B | 23 | 4E | 17 |
| Octal | 151 | 103 | 15 | 0 | 44 | 130 | 73 | 43 | 116 | 27 |
| Binary | 1101001 | 1000011 | 1101 | 0 | 100100 | 1011000 | 111011 | 100011 | 1001110 | 10111 |
Color Harmonies of #69430D
Complementary color
Monochromatic Colors of #69430D
Black with #69430D
Text Example
Text Example
White with #69430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69430D; }
p { color: rgb(105,67,13); }
H1.HeaderClassName
{
color: #69430D;
}
.AnyTagClassName
{
color: #69430D;
}
</style>
background-color css
<style>
a { background-color: #69430D; }
a { background-color: rgb(105,67,13); }
div.DivClassName
{
background-color: #69430D;
}
.BgClassName
{
background-color: #69430D;
}
</style>
border-color css
<style>
span { border-color: #69430D; }
span { border-color: rgb(105,67,13); }
td.TdClassName
{
border-color: #69430D;
}
.TagClassName
{
border-color: #69430D;
}
</style>