Shades of Raw Umber #69560C
Tints of Raw Umber #69560C
RGB
CMYK
RGB Variations
Color information
#69560C (or 0x69560C) is known color: Raw Umber. HEX triplet: 69, 56 and 0C. RGB value is (105,86,12). Sum of RGB (Red+Green+Blue) = 105+86+12=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #69560C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69560C is #96A9F3. Grayscale: #535353. Windows color (decimal): -9873908 or 808553. OLE color: 808553.
HSL color Cylindrical-coordinate representation of color #69560C: hue angle of 47.74º 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 #69560C is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 86 | 12 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.59 |
| HSL | 47.74º | 0.79% | 0.23% | - |
| HSV(B) | 47.74º | 0.89% | 0.41% | - |
| XYZ | 9.22 | 9.69 | 1.73 | - |
| YUV | 83.25 | 87.79 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 86 | 12 | 0 | 0.18 | 0.89 | 0.59 | 47.74 | 0.79 | 0.23 |
| Hex | 69 | 56 | C | 0 | 12 | 59 | 3B | 30 | 4F | 17 |
| Octal | 151 | 126 | 14 | 0 | 22 | 131 | 73 | 60 | 117 | 27 |
| Binary | 1101001 | 1010110 | 1100 | 0 | 10010 | 1011001 | 111011 | 110000 | 1001111 | 10111 |
Color Harmonies of #69560C
Complementary color
Monochromatic Colors of #69560C
Black with #69560C
Text Example
Text Example
White with #69560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69560C; }
p { color: rgb(105,86,12); }
H1.HeaderClassName
{
color: #69560C;
}
.AnyTagClassName
{
color: #69560C;
}
</style>
background-color css
<style>
a { background-color: #69560C; }
a { background-color: rgb(105,86,12); }
div.DivClassName
{
background-color: #69560C;
}
.BgClassName
{
background-color: #69560C;
}
</style>
border-color css
<style>
span { border-color: #69560C; }
span { border-color: rgb(105,86,12); }
td.TdClassName
{
border-color: #69560C;
}
.TagClassName
{
border-color: #69560C;
}
</style>