Shades of Raw Umber #67520C
Tints of Raw Umber #67520C
RGB
CMYK
RGB Variations
Color information
#67520C (or 0x67520C) is known color: Raw Umber. HEX triplet: 67, 52 and 0C. RGB value is (103,82,12). Sum of RGB (Red+Green+Blue) = 103+82+12=197 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.28% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 103 - color contains mainly: red. Hex color #67520C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67520C is #98ADF3. Grayscale: #505050. Windows color (decimal): -10006004 or 807527. OLE color: 807527.
HSL color Cylindrical-coordinate representation of color #67520C: hue angle of 46.15º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #67520C is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 82 | 12 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.60 |
| HSL | 46.15º | 0.79% | 0.23% | - |
| HSV(B) | 46.15º | 0.88% | 0.4% | - |
| XYZ | 8.68 | 8.94 | 1.62 | - |
| YUV | 80.3 | 89.46 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 82 | 12 | 0 | 0.20 | 0.88 | 0.60 | 46.15 | 0.79 | 0.23 |
| Hex | 67 | 52 | C | 0 | 14 | 58 | 3C | 2E | 4F | 17 |
| Octal | 147 | 122 | 14 | 0 | 24 | 130 | 74 | 56 | 117 | 27 |
| Binary | 1100111 | 1010010 | 1100 | 0 | 10100 | 1011000 | 111100 | 101110 | 1001111 | 10111 |
Color Harmonies of #67520C
Complementary color
Monochromatic Colors of #67520C
Black with #67520C
Text Example
Text Example
White with #67520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67520C; }
p { color: rgb(103,82,12); }
H1.HeaderClassName
{
color: #67520C;
}
.AnyTagClassName
{
color: #67520C;
}
</style>
background-color css
<style>
a { background-color: #67520C; }
a { background-color: rgb(103,82,12); }
div.DivClassName
{
background-color: #67520C;
}
.BgClassName
{
background-color: #67520C;
}
</style>
border-color css
<style>
span { border-color: #67520C; }
span { border-color: rgb(103,82,12); }
td.TdClassName
{
border-color: #67520C;
}
.TagClassName
{
border-color: #67520C;
}
</style>