Shades of Raw Umber #645C00
Tints of Raw Umber #645C00
RGB
CMYK
RGB Variations
Color information
#645C00 (or 0x645C00) is known color: Raw Umber. HEX triplet: 64, 5C and 00. RGB value is (100,92,0). Sum of RGB (Red+Green+Blue) = 100+92+0=192 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.08% from 192); Green value is 92 (36.33% from 255 or 47.92% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 100 - color contains mainly: red. Hex color #645C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645C00 is #9BA3FF. Grayscale: #545454. Windows color (decimal): -10200064 or 23652. OLE color: 23652.
HSL color Cylindrical-coordinate representation of color #645C00: hue angle of 55.2º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #645C00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 92 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.61 |
| HSL | 55.2º | 1% | 0.2% | - |
| HSV(B) | 55.2º | 1% | 0.39% | - |
| XYZ | 9.08 | 10.36 | 1.52 | - |
| YUV | 83.9 | 80.65 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 0 | 0 | 0.08 | 1 | 0.61 | 55.2 | 1 | 0.2 |
| Hex | 64 | 5C | 0 | 0 | 8 | 64 | 3D | 37 | 64 | 14 |
| Octal | 144 | 134 | 0 | 0 | 10 | 144 | 75 | 67 | 144 | 24 |
| Binary | 1100100 | 1011100 | 0 | 0 | 1000 | 1100100 | 111101 | 110111 | 1100100 | 10100 |
Color Harmonies of #645C00
Complementary color
Monochromatic Colors of #645C00
Black with #645C00
Text Example
Text Example
White with #645C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645C00; }
p { color: rgb(100,92,0); }
H1.HeaderClassName
{
color: #645C00;
}
.AnyTagClassName
{
color: #645C00;
}
</style>
background-color css
<style>
a { background-color: #645C00; }
a { background-color: rgb(100,92,0); }
div.DivClassName
{
background-color: #645C00;
}
.BgClassName
{
background-color: #645C00;
}
</style>
border-color css
<style>
span { border-color: #645C00; }
span { border-color: rgb(100,92,0); }
td.TdClassName
{
border-color: #645C00;
}
.TagClassName
{
border-color: #645C00;
}
</style>