Shades of Raw Umber #65430B
Tints of Raw Umber #65430B
RGB
CMYK
RGB Variations
Color information
#65430B (or 0x65430B) is known color: Raw Umber. HEX triplet: 65, 43 and 0B. RGB value is (101,67,11). Sum of RGB (Red+Green+Blue) = 101+67+11=179 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.42% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 101 - color contains mainly: red. Hex color #65430B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65430B is #9ABCF4. Grayscale: #474747. Windows color (decimal): -10140917 or 738149. OLE color: 738149.
HSL color Cylindrical-coordinate representation of color #65430B: hue angle of 37.33º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65430B is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 67 | 11 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.60 |
| HSL | 37.33º | 0.8% | 0.22% | - |
| HSV(B) | 37.33º | 0.89% | 0.4% | - |
| XYZ | 7.43 | 6.81 | 1.24 | - |
| YUV | 70.78 | 94.26 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 11 | 0 | 0.34 | 0.89 | 0.60 | 37.33 | 0.8 | 0.22 |
| Hex | 65 | 43 | B | 0 | 22 | 59 | 3C | 25 | 50 | 16 |
| Octal | 145 | 103 | 13 | 0 | 42 | 131 | 74 | 45 | 120 | 26 |
| Binary | 1100101 | 1000011 | 1011 | 0 | 100010 | 1011001 | 111100 | 100101 | 1010000 | 10110 |
Color Harmonies of #65430B
Complementary color
Monochromatic Colors of #65430B
Black with #65430B
Text Example
Text Example
White with #65430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65430B; }
p { color: rgb(101,67,11); }
H1.HeaderClassName
{
color: #65430B;
}
.AnyTagClassName
{
color: #65430B;
}
</style>
background-color css
<style>
a { background-color: #65430B; }
a { background-color: rgb(101,67,11); }
div.DivClassName
{
background-color: #65430B;
}
.BgClassName
{
background-color: #65430B;
}
</style>
border-color css
<style>
span { border-color: #65430B; }
span { border-color: rgb(101,67,11); }
td.TdClassName
{
border-color: #65430B;
}
.TagClassName
{
border-color: #65430B;
}
</style>