Shades of Raw Umber #67450F
Tints of Raw Umber #67450F
RGB
CMYK
RGB Variations
Color information
#67450F (or 0x67450F) is known color: Raw Umber. HEX triplet: 67, 45 and 0F. RGB value is (103,69,15). Sum of RGB (Red+Green+Blue) = 103+69+15=187 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.08% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 103 - color contains mainly: red. Hex color #67450F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67450F is #98BAF0. Grayscale: #494949. Windows color (decimal): -10009329 or 1000807. OLE color: 1000807.
HSL color Cylindrical-coordinate representation of color #67450F: hue angle of 36.82º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #67450F is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 69 | 15 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.60 |
| HSL | 36.82º | 0.75% | 0.23% | - |
| HSV(B) | 36.82º | 0.85% | 0.4% | - |
| XYZ | 7.81 | 7.17 | 1.43 | - |
| YUV | 73.01 | 95.26 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 15 | 0 | 0.33 | 0.85 | 0.60 | 36.82 | 0.75 | 0.23 |
| Hex | 67 | 45 | F | 0 | 21 | 55 | 3C | 25 | 4B | 17 |
| Octal | 147 | 105 | 17 | 0 | 41 | 125 | 74 | 45 | 113 | 27 |
| Binary | 1100111 | 1000101 | 1111 | 0 | 100001 | 1010101 | 111100 | 100101 | 1001011 | 10111 |
Color Harmonies of #67450F
Complementary color
Monochromatic Colors of #67450F
Black with #67450F
Text Example
Text Example
White with #67450F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67450F; }
p { color: rgb(103,69,15); }
H1.HeaderClassName
{
color: #67450F;
}
.AnyTagClassName
{
color: #67450F;
}
</style>
background-color css
<style>
a { background-color: #67450F; }
a { background-color: rgb(103,69,15); }
div.DivClassName
{
background-color: #67450F;
}
.BgClassName
{
background-color: #67450F;
}
</style>
border-color css
<style>
span { border-color: #67450F; }
span { border-color: rgb(103,69,15); }
td.TdClassName
{
border-color: #67450F;
}
.TagClassName
{
border-color: #67450F;
}
</style>