Shades of Raw Umber #635B00
Tints of Raw Umber #635B00
RGB
CMYK
RGB Variations
Color information
#635B00 (or 0x635B00) is known color: Raw Umber. HEX triplet: 63, 5B and 00. RGB value is (99,91,0). Sum of RGB (Red+Green+Blue) = 99+91+0=190 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.11% from 190); Green value is 91 (35.94% from 255 or 47.89% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 99 - color contains mainly: red. Hex color #635B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635B00 is #9CA4FF. Grayscale: #535353. Windows color (decimal): -10265856 or 23395. OLE color: 23395.
HSL color Cylindrical-coordinate representation of color #635B00: hue angle of 55.15º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #635B00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 91 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.61 |
| HSL | 55.15º | 1% | 0.19% | - |
| HSV(B) | 55.15º | 1% | 0.39% | - |
| XYZ | 8.89 | 10.13 | 1.49 | - |
| YUV | 83.02 | 81.15 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 0 | 0 | 0.08 | 1 | 0.61 | 55.15 | 1 | 0.19 |
| Hex | 63 | 5B | 0 | 0 | 8 | 64 | 3D | 37 | 64 | 13 |
| Octal | 143 | 133 | 0 | 0 | 10 | 144 | 75 | 67 | 144 | 23 |
| Binary | 1100011 | 1011011 | 0 | 0 | 1000 | 1100100 | 111101 | 110111 | 1100100 | 10011 |
Color Harmonies of #635B00
Complementary color
Monochromatic Colors of #635B00
Black with #635B00
Text Example
Text Example
White with #635B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635B00; }
p { color: rgb(99,91,0); }
H1.HeaderClassName
{
color: #635B00;
}
.AnyTagClassName
{
color: #635B00;
}
</style>
background-color css
<style>
a { background-color: #635B00; }
a { background-color: rgb(99,91,0); }
div.DivClassName
{
background-color: #635B00;
}
.BgClassName
{
background-color: #635B00;
}
</style>
border-color css
<style>
span { border-color: #635B00; }
span { border-color: rgb(99,91,0); }
td.TdClassName
{
border-color: #635B00;
}
.TagClassName
{
border-color: #635B00;
}
</style>