Shades of Raw Umber #675C00
Tints of Raw Umber #675C00
RGB
CMYK
RGB Variations
Color information
#675C00 (or 0x675C00) is known color: Raw Umber. HEX triplet: 67, 5C and 00. RGB value is (103,92,0). Sum of RGB (Red+Green+Blue) = 103+92+0=195 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.82% from 195); Green value is 92 (36.33% from 255 or 47.18% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 103 - color contains mainly: red. Hex color #675C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675C00 is #98A3FF. Grayscale: #555555. Windows color (decimal): -10003456 or 23655. OLE color: 23655.
HSL color Cylindrical-coordinate representation of color #675C00: hue angle of 53.59º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #675C00 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 92 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.60 |
| HSL | 53.59º | 1% | 0.2% | - |
| HSV(B) | 53.59º | 1% | 0.4% | - |
| XYZ | 9.42 | 10.54 | 1.54 | - |
| YUV | 84.8 | 80.14 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 92 | 0 | 0 | 0.11 | 1 | 0.60 | 53.59 | 1 | 0.2 |
| Hex | 67 | 5C | 0 | 0 | B | 64 | 3C | 36 | 64 | 14 |
| Octal | 147 | 134 | 0 | 0 | 13 | 144 | 74 | 66 | 144 | 24 |
| Binary | 1100111 | 1011100 | 0 | 0 | 1011 | 1100100 | 111100 | 110110 | 1100100 | 10100 |
Color Harmonies of #675C00
Complementary color
Monochromatic Colors of #675C00
Black with #675C00
Text Example
Text Example
White with #675C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675C00; }
p { color: rgb(103,92,0); }
H1.HeaderClassName
{
color: #675C00;
}
.AnyTagClassName
{
color: #675C00;
}
</style>
background-color css
<style>
a { background-color: #675C00; }
a { background-color: rgb(103,92,0); }
div.DivClassName
{
background-color: #675C00;
}
.BgClassName
{
background-color: #675C00;
}
</style>
border-color css
<style>
span { border-color: #675C00; }
span { border-color: rgb(103,92,0); }
td.TdClassName
{
border-color: #675C00;
}
.TagClassName
{
border-color: #675C00;
}
</style>