Shades of Raw Umber #695D02
Tints of Raw Umber #695D02
RGB
CMYK
RGB Variations
Color information
#695D02 (or 0x695D02) is known color: Raw Umber. HEX triplet: 69, 5D and 02. RGB value is (105,93,2). Sum of RGB (Red+Green+Blue) = 105+93+2=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 93 (36.72% from 255 or 46.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #695D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695D02 is #96A2FD. Grayscale: #565656. Windows color (decimal): -9872126 or 154985. OLE color: 154985.
HSL color Cylindrical-coordinate representation of color #695D02: hue angle of 53.01º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #695D02 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 93 | 2 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.59 |
| HSL | 53.01º | 0.96% | 0.21% | - |
| HSV(B) | 53.01º | 0.98% | 0.41% | - |
| XYZ | 9.75 | 10.84 | 1.64 | - |
| YUV | 86.21 | 80.48 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 2 | 0 | 0.11 | 0.98 | 0.59 | 53.01 | 0.96 | 0.21 |
| Hex | 69 | 5D | 2 | 0 | B | 62 | 3B | 35 | 60 | 15 |
| Octal | 151 | 135 | 2 | 0 | 13 | 142 | 73 | 65 | 140 | 25 |
| Binary | 1101001 | 1011101 | 10 | 0 | 1011 | 1100010 | 111011 | 110101 | 1100000 | 10101 |
Color Harmonies of #695D02
Complementary color
Monochromatic Colors of #695D02
Black with #695D02
Text Example
Text Example
White with #695D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695D02; }
p { color: rgb(105,93,2); }
H1.HeaderClassName
{
color: #695D02;
}
.AnyTagClassName
{
color: #695D02;
}
</style>
background-color css
<style>
a { background-color: #695D02; }
a { background-color: rgb(105,93,2); }
div.DivClassName
{
background-color: #695D02;
}
.BgClassName
{
background-color: #695D02;
}
</style>
border-color css
<style>
span { border-color: #695D02; }
span { border-color: rgb(105,93,2); }
td.TdClassName
{
border-color: #695D02;
}
.TagClassName
{
border-color: #695D02;
}
</style>