Shades of Raw Umber #695C05
Tints of Raw Umber #695C05
RGB
CMYK
RGB Variations
Color information
#695C05 (or 0x695C05) is known color: Raw Umber. HEX triplet: 69, 5C and 05. RGB value is (105,92,5). Sum of RGB (Red+Green+Blue) = 105+92+5=202 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.98% from 202); Green value is 92 (36.33% from 255 or 45.54% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 105 - color contains mainly: red. Hex color #695C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695C05 is #96A3FA. Grayscale: #565656. Windows color (decimal): -9872379 or 351337. OLE color: 351337.
HSL color Cylindrical-coordinate representation of color #695C05: hue angle of 52.2º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #695C05 is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 92 | 5 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.59 |
| HSL | 52.2º | 0.91% | 0.22% | - |
| HSV(B) | 52.2º | 0.95% | 0.41% | - |
| XYZ | 9.68 | 10.67 | 1.69 | - |
| YUV | 85.97 | 82.31 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 92 | 5 | 0 | 0.12 | 0.95 | 0.59 | 52.2 | 0.91 | 0.22 |
| Hex | 69 | 5C | 5 | 0 | C | 5F | 3B | 34 | 5B | 16 |
| Octal | 151 | 134 | 5 | 0 | 14 | 137 | 73 | 64 | 133 | 26 |
| Binary | 1101001 | 1011100 | 101 | 0 | 1100 | 1011111 | 111011 | 110100 | 1011011 | 10110 |
Color Harmonies of #695C05
Complementary color
Monochromatic Colors of #695C05
Black with #695C05
Text Example
Text Example
White with #695C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695C05; }
p { color: rgb(105,92,5); }
H1.HeaderClassName
{
color: #695C05;
}
.AnyTagClassName
{
color: #695C05;
}
</style>
background-color css
<style>
a { background-color: #695C05; }
a { background-color: rgb(105,92,5); }
div.DivClassName
{
background-color: #695C05;
}
.BgClassName
{
background-color: #695C05;
}
</style>
border-color css
<style>
span { border-color: #695C05; }
span { border-color: rgb(105,92,5); }
td.TdClassName
{
border-color: #695C05;
}
.TagClassName
{
border-color: #695C05;
}
</style>