Shades of Raw Umber #695D05
Tints of Raw Umber #695D05
RGB
CMYK
RGB Variations
Color information
#695D05 (or 0x695D05) is known color: Raw Umber. HEX triplet: 69, 5D and 05. RGB value is (105,93,5). Sum of RGB (Red+Green+Blue) = 105+93+5=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 93 (36.72% from 255 or 45.81% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #695D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695D05 is #96A2FA. Grayscale: #565656. Windows color (decimal): -9872123 or 351593. OLE color: 351593.
HSL color Cylindrical-coordinate representation of color #695D05: hue angle of 52.8º 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 #695D05 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 93 | 5 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.59 |
| HSL | 52.8º | 0.91% | 0.22% | - |
| HSV(B) | 52.8º | 0.95% | 0.41% | - |
| XYZ | 9.77 | 10.84 | 1.72 | - |
| YUV | 86.56 | 81.98 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 5 | 0 | 0.11 | 0.95 | 0.59 | 52.8 | 0.91 | 0.22 |
| Hex | 69 | 5D | 5 | 0 | B | 5F | 3B | 35 | 5B | 16 |
| Octal | 151 | 135 | 5 | 0 | 13 | 137 | 73 | 65 | 133 | 26 |
| Binary | 1101001 | 1011101 | 101 | 0 | 1011 | 1011111 | 111011 | 110101 | 1011011 | 10110 |
Color Harmonies of #695D05
Complementary color
Monochromatic Colors of #695D05
Black with #695D05
Text Example
Text Example
White with #695D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695D05; }
p { color: rgb(105,93,5); }
H1.HeaderClassName
{
color: #695D05;
}
.AnyTagClassName
{
color: #695D05;
}
</style>
background-color css
<style>
a { background-color: #695D05; }
a { background-color: rgb(105,93,5); }
div.DivClassName
{
background-color: #695D05;
}
.BgClassName
{
background-color: #695D05;
}
</style>
border-color css
<style>
span { border-color: #695D05; }
span { border-color: rgb(105,93,5); }
td.TdClassName
{
border-color: #695D05;
}
.TagClassName
{
border-color: #695D05;
}
</style>