Shades of Raw Umber #67530A
Tints of Raw Umber #67530A
RGB
CMYK
RGB Variations
Color information
#67530A (or 0x67530A) is known color: Raw Umber. HEX triplet: 67, 53 and 0A. RGB value is (103,83,10). Sum of RGB (Red+Green+Blue) = 103+83+10=196 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.55% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 103 - color contains mainly: red. Hex color #67530A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67530A is #98ACF5. Grayscale: #505050. Windows color (decimal): -10005750 or 676711. OLE color: 676711.
HSL color Cylindrical-coordinate representation of color #67530A: hue angle of 47.1º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #67530A is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 83 | 10 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.60 |
| HSL | 47.1º | 0.82% | 0.22% | - |
| HSV(B) | 47.1º | 0.9% | 0.4% | - |
| XYZ | 8.74 | 9.09 | 1.58 | - |
| YUV | 80.66 | 88.13 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 10 | 0 | 0.19 | 0.90 | 0.60 | 47.1 | 0.82 | 0.22 |
| Hex | 67 | 53 | A | 0 | 13 | 5A | 3C | 2F | 52 | 16 |
| Octal | 147 | 123 | 12 | 0 | 23 | 132 | 74 | 57 | 122 | 26 |
| Binary | 1100111 | 1010011 | 1010 | 0 | 10011 | 1011010 | 111100 | 101111 | 1010010 | 10110 |
Color Harmonies of #67530A
Complementary color
Monochromatic Colors of #67530A
Black with #67530A
Text Example
Text Example
White with #67530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67530A; }
p { color: rgb(103,83,10); }
H1.HeaderClassName
{
color: #67530A;
}
.AnyTagClassName
{
color: #67530A;
}
</style>
background-color css
<style>
a { background-color: #67530A; }
a { background-color: rgb(103,83,10); }
div.DivClassName
{
background-color: #67530A;
}
.BgClassName
{
background-color: #67530A;
}
</style>
border-color css
<style>
span { border-color: #67530A; }
span { border-color: rgb(103,83,10); }
td.TdClassName
{
border-color: #67530A;
}
.TagClassName
{
border-color: #67530A;
}
</style>