Shades of Raw Umber #69500C
Tints of Raw Umber #69500C
RGB
CMYK
RGB Variations
Color information
#69500C (or 0x69500C) is known color: Raw Umber. HEX triplet: 69, 50 and 0C. RGB value is (105,80,12). Sum of RGB (Red+Green+Blue) = 105+80+12=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #69500C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69500C is #96AFF3. Grayscale: #505050. Windows color (decimal): -9875444 or 807017. OLE color: 807017.
HSL color Cylindrical-coordinate representation of color #69500C: hue angle of 43.87º degrees, saturation: 0.79, 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 #69500C is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 80 | 12 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.59 |
| HSL | 43.87º | 0.79% | 0.23% | - |
| HSV(B) | 43.87º | 0.89% | 0.41% | - |
| XYZ | 8.76 | 8.77 | 1.58 | - |
| YUV | 79.72 | 89.78 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 80 | 12 | 0 | 0.24 | 0.89 | 0.59 | 43.87 | 0.79 | 0.23 |
| Hex | 69 | 50 | C | 0 | 18 | 59 | 3B | 2C | 4F | 17 |
| Octal | 151 | 120 | 14 | 0 | 30 | 131 | 73 | 54 | 117 | 27 |
| Binary | 1101001 | 1010000 | 1100 | 0 | 11000 | 1011001 | 111011 | 101100 | 1001111 | 10111 |
Color Harmonies of #69500C
Complementary color
Monochromatic Colors of #69500C
Black with #69500C
Text Example
Text Example
White with #69500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69500C; }
p { color: rgb(105,80,12); }
H1.HeaderClassName
{
color: #69500C;
}
.AnyTagClassName
{
color: #69500C;
}
</style>
background-color css
<style>
a { background-color: #69500C; }
a { background-color: rgb(105,80,12); }
div.DivClassName
{
background-color: #69500C;
}
.BgClassName
{
background-color: #69500C;
}
</style>
border-color css
<style>
span { border-color: #69500C; }
span { border-color: rgb(105,80,12); }
td.TdClassName
{
border-color: #69500C;
}
.TagClassName
{
border-color: #69500C;
}
</style>