Shades of Raw Umber #643D0C
Tints of Raw Umber #643D0C
RGB
CMYK
RGB Variations
Color information
#643D0C (or 0x643D0C) is known color: Raw Umber. HEX triplet: 64, 3D and 0C. RGB value is (100,61,12). Sum of RGB (Red+Green+Blue) = 100+61+12=173 (22% of max value = 765). Red value is 100 (39.45% from 255 or 57.80% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 100 - color contains mainly: red. Hex color #643D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643D0C is #9BC2F3. Grayscale: #434343. Windows color (decimal): -10207988 or 802148. OLE color: 802148.
HSL color Cylindrical-coordinate representation of color #643D0C: hue angle of 33.41º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #643D0C is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 61 | 12 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.61 |
| HSL | 33.41º | 0.79% | 0.22% | - |
| HSV(B) | 33.41º | 0.88% | 0.39% | - |
| XYZ | 6.99 | 6.07 | 1.15 | - |
| YUV | 67.08 | 96.92 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 61 | 12 | 0 | 0.39 | 0.88 | 0.61 | 33.41 | 0.79 | 0.22 |
| Hex | 64 | 3D | C | 0 | 27 | 58 | 3D | 21 | 4F | 16 |
| Octal | 144 | 75 | 14 | 0 | 47 | 130 | 75 | 41 | 117 | 26 |
| Binary | 1100100 | 111101 | 1100 | 0 | 100111 | 1011000 | 111101 | 100001 | 1001111 | 10110 |
Color Harmonies of #643D0C
Complementary color
Monochromatic Colors of #643D0C
Black with #643D0C
Text Example
Text Example
White with #643D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643D0C; }
p { color: rgb(100,61,12); }
H1.HeaderClassName
{
color: #643D0C;
}
.AnyTagClassName
{
color: #643D0C;
}
</style>
background-color css
<style>
a { background-color: #643D0C; }
a { background-color: rgb(100,61,12); }
div.DivClassName
{
background-color: #643D0C;
}
.BgClassName
{
background-color: #643D0C;
}
</style>
border-color css
<style>
span { border-color: #643D0C; }
span { border-color: rgb(100,61,12); }
td.TdClassName
{
border-color: #643D0C;
}
.TagClassName
{
border-color: #643D0C;
}
</style>