Shades of Raw Umber #643D01
Tints of Raw Umber #643D01
RGB
CMYK
RGB Variations
Color information
#643D01 (or 0x643D01) is known color: Raw Umber. HEX triplet: 64, 3D and 01. RGB value is (100,61,1). Sum of RGB (Red+Green+Blue) = 100+61+1=162 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.73% from 162); Green value is 61 (24.22% from 255 or 37.65% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 100 - color contains mainly: red. Hex color #643D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643D01 is #9BC2FE. Grayscale: #424242. Windows color (decimal): -10207999 or 81252. OLE color: 81252.
HSL color Cylindrical-coordinate representation of color #643D01: hue angle of 36.36º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #643D01 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 61 | 1 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.61 |
| HSL | 36.36º | 0.98% | 0.2% | - |
| HSV(B) | 36.36º | 0.99% | 0.39% | - |
| XYZ | 6.93 | 6.05 | 0.83 | - |
| YUV | 65.82 | 91.42 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 61 | 1 | 0 | 0.39 | 0.99 | 0.61 | 36.36 | 0.98 | 0.2 |
| Hex | 64 | 3D | 1 | 0 | 27 | 63 | 3D | 24 | 62 | 14 |
| Octal | 144 | 75 | 1 | 0 | 47 | 143 | 75 | 44 | 142 | 24 |
| Binary | 1100100 | 111101 | 1 | 0 | 100111 | 1100011 | 111101 | 100100 | 1100010 | 10100 |
Color Harmonies of #643D01
Complementary color
Monochromatic Colors of #643D01
Black with #643D01
Text Example
Text Example
White with #643D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643D01; }
p { color: rgb(100,61,1); }
H1.HeaderClassName
{
color: #643D01;
}
.AnyTagClassName
{
color: #643D01;
}
</style>
background-color css
<style>
a { background-color: #643D01; }
a { background-color: rgb(100,61,1); }
div.DivClassName
{
background-color: #643D01;
}
.BgClassName
{
background-color: #643D01;
}
</style>
border-color css
<style>
span { border-color: #643D01; }
span { border-color: rgb(100,61,1); }
td.TdClassName
{
border-color: #643D01;
}
.TagClassName
{
border-color: #643D01;
}
</style>