Shades of Raw Umber #643C02
Tints of Raw Umber #643C02
RGB
CMYK
RGB Variations
Color information
#643C02 (or 0x643C02) is known color: Raw Umber. HEX triplet: 64, 3C and 02. RGB value is (100,60,2). Sum of RGB (Red+Green+Blue) = 100+60+2=162 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.73% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 100 - color contains mainly: red. Hex color #643C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643C02 is #9BC3FD. Grayscale: #414141. Windows color (decimal): -10208254 or 146532. OLE color: 146532.
HSL color Cylindrical-coordinate representation of color #643C02: hue angle of 35.51º 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 #643C02 is Cyan = 0, Magento = 0.4, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 60 | 2 | - |
| CMYK | 0 | 0.4 | 0.98 | 0.61 |
| HSL | 35.51º | 0.96% | 0.2% | - |
| HSV(B) | 35.51º | 0.98% | 0.39% | - |
| XYZ | 6.88 | 5.95 | 0.84 | - |
| YUV | 65.35 | 92.25 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 2 | 0 | 0.4 | 0.98 | 0.61 | 35.51 | 0.96 | 0.2 |
| Hex | 64 | 3C | 2 | 0 | 28 | 62 | 3D | 24 | 60 | 14 |
| Octal | 144 | 74 | 2 | 0 | 50 | 142 | 75 | 44 | 140 | 24 |
| Binary | 1100100 | 111100 | 10 | 0 | 101000 | 1100010 | 111101 | 100100 | 1100000 | 10100 |
Color Harmonies of #643C02
Complementary color
Monochromatic Colors of #643C02
Black with #643C02
Text Example
Text Example
White with #643C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643C02; }
p { color: rgb(100,60,2); }
H1.HeaderClassName
{
color: #643C02;
}
.AnyTagClassName
{
color: #643C02;
}
</style>
background-color css
<style>
a { background-color: #643C02; }
a { background-color: rgb(100,60,2); }
div.DivClassName
{
background-color: #643C02;
}
.BgClassName
{
background-color: #643C02;
}
</style>
border-color css
<style>
span { border-color: #643C02; }
span { border-color: rgb(100,60,2); }
td.TdClassName
{
border-color: #643C02;
}
.TagClassName
{
border-color: #643C02;
}
</style>