Shades of Raw Umber #67580C
Tints of Raw Umber #67580C
RGB
CMYK
RGB Variations
Color information
#67580C (or 0x67580C) is known color: Raw Umber. HEX triplet: 67, 58 and 0C. RGB value is (103,88,12). Sum of RGB (Red+Green+Blue) = 103+88+12=203 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.74% from 203); Green value is 88 (34.77% from 255 or 43.35% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 103 - color contains mainly: red. Hex color #67580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67580C is #98A7F3. Grayscale: #545454. Windows color (decimal): -10004468 or 809063. OLE color: 809063.
HSL color Cylindrical-coordinate representation of color #67580C: hue angle of 50.11º 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 #67580C is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 88 | 12 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.60 |
| HSL | 50.11º | 0.79% | 0.23% | - |
| HSV(B) | 50.11º | 0.88% | 0.4% | - |
| XYZ | 9.15 | 9.89 | 1.77 | - |
| YUV | 83.82 | 87.47 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 88 | 12 | 0 | 0.15 | 0.88 | 0.60 | 50.11 | 0.79 | 0.23 |
| Hex | 67 | 58 | C | 0 | F | 58 | 3C | 32 | 4F | 17 |
| Octal | 147 | 130 | 14 | 0 | 17 | 130 | 74 | 62 | 117 | 27 |
| Binary | 1100111 | 1011000 | 1100 | 0 | 1111 | 1011000 | 111100 | 110010 | 1001111 | 10111 |
Color Harmonies of #67580C
Complementary color
Monochromatic Colors of #67580C
Black with #67580C
Text Example
Text Example
White with #67580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67580C; }
p { color: rgb(103,88,12); }
H1.HeaderClassName
{
color: #67580C;
}
.AnyTagClassName
{
color: #67580C;
}
</style>
background-color css
<style>
a { background-color: #67580C; }
a { background-color: rgb(103,88,12); }
div.DivClassName
{
background-color: #67580C;
}
.BgClassName
{
background-color: #67580C;
}
</style>
border-color css
<style>
span { border-color: #67580C; }
span { border-color: rgb(103,88,12); }
td.TdClassName
{
border-color: #67580C;
}
.TagClassName
{
border-color: #67580C;
}
</style>