Shades of Raw Umber #65400C
Tints of Raw Umber #65400C
RGB
CMYK
RGB Variations
Color information
#65400C (or 0x65400C) is known color: Raw Umber. HEX triplet: 65, 40 and 0C. RGB value is (101,64,12). Sum of RGB (Red+Green+Blue) = 101+64+12=177 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.06% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 101 - color contains mainly: red. Hex color #65400C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65400C is #9ABFF3. Grayscale: #454545. Windows color (decimal): -10141684 or 802917. OLE color: 802917.
HSL color Cylindrical-coordinate representation of color #65400C: hue angle of 35.06º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65400C is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 64 | 12 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.60 |
| HSL | 35.06º | 0.79% | 0.22% | - |
| HSV(B) | 35.06º | 0.88% | 0.4% | - |
| XYZ | 7.27 | 6.46 | 1.21 | - |
| YUV | 69.14 | 95.76 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 64 | 12 | 0 | 0.37 | 0.88 | 0.60 | 35.06 | 0.79 | 0.22 |
| Hex | 65 | 40 | C | 0 | 25 | 58 | 3C | 23 | 4F | 16 |
| Octal | 145 | 100 | 14 | 0 | 45 | 130 | 74 | 43 | 117 | 26 |
| Binary | 1100101 | 1000000 | 1100 | 0 | 100101 | 1011000 | 111100 | 100011 | 1001111 | 10110 |
Color Harmonies of #65400C
Complementary color
Monochromatic Colors of #65400C
Black with #65400C
Text Example
Text Example
White with #65400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65400C; }
p { color: rgb(101,64,12); }
H1.HeaderClassName
{
color: #65400C;
}
.AnyTagClassName
{
color: #65400C;
}
</style>
background-color css
<style>
a { background-color: #65400C; }
a { background-color: rgb(101,64,12); }
div.DivClassName
{
background-color: #65400C;
}
.BgClassName
{
background-color: #65400C;
}
</style>
border-color css
<style>
span { border-color: #65400C; }
span { border-color: rgb(101,64,12); }
td.TdClassName
{
border-color: #65400C;
}
.TagClassName
{
border-color: #65400C;
}
</style>