Shades of Raw Umber #643F02
Tints of Raw Umber #643F02
RGB
CMYK
RGB Variations
Color information
#643F02 (or 0x643F02) is known color: Raw Umber. HEX triplet: 64, 3F and 02. RGB value is (100,63,2). Sum of RGB (Red+Green+Blue) = 100+63+2=165 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.61% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 100 - color contains mainly: red. Hex color #643F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643F02 is #9BC0FD. Grayscale: #434343. Windows color (decimal): -10207486 or 147300. OLE color: 147300.
HSL color Cylindrical-coordinate representation of color #643F02: hue angle of 37.35º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #643F02 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 63 | 2 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.61 |
| HSL | 37.35º | 0.96% | 0.2% | - |
| HSV(B) | 37.35º | 0.98% | 0.39% | - |
| XYZ | 7.04 | 6.27 | 0.9 | - |
| YUV | 67.11 | 91.26 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 2 | 0 | 0.37 | 0.98 | 0.61 | 37.35 | 0.96 | 0.2 |
| Hex | 64 | 3F | 2 | 0 | 25 | 62 | 3D | 25 | 60 | 14 |
| Octal | 144 | 77 | 2 | 0 | 45 | 142 | 75 | 45 | 140 | 24 |
| Binary | 1100100 | 111111 | 10 | 0 | 100101 | 1100010 | 111101 | 100101 | 1100000 | 10100 |
Color Harmonies of #643F02
Complementary color
Monochromatic Colors of #643F02
Black with #643F02
Text Example
Text Example
White with #643F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643F02; }
p { color: rgb(100,63,2); }
H1.HeaderClassName
{
color: #643F02;
}
.AnyTagClassName
{
color: #643F02;
}
</style>
background-color css
<style>
a { background-color: #643F02; }
a { background-color: rgb(100,63,2); }
div.DivClassName
{
background-color: #643F02;
}
.BgClassName
{
background-color: #643F02;
}
</style>
border-color css
<style>
span { border-color: #643F02; }
span { border-color: rgb(100,63,2); }
td.TdClassName
{
border-color: #643F02;
}
.TagClassName
{
border-color: #643F02;
}
</style>