Shades of Raw Umber #675D02
Tints of Raw Umber #675D02
RGB
CMYK
RGB Variations
Color information
#675D02 (or 0x675D02) is known color: Raw Umber. HEX triplet: 67, 5D and 02. RGB value is (103,93,2). Sum of RGB (Red+Green+Blue) = 103+93+2=198 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.02% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 103 - color contains mainly: red. Hex color #675D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675D02 is #98A2FD. Grayscale: #555555. Windows color (decimal): -10003198 or 154983. OLE color: 154983.
HSL color Cylindrical-coordinate representation of color #675D02: hue angle of 54.06º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #675D02 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 93 | 2 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.60 |
| HSL | 54.06º | 0.96% | 0.21% | - |
| HSV(B) | 54.06º | 0.98% | 0.4% | - |
| XYZ | 9.52 | 10.72 | 1.62 | - |
| YUV | 85.62 | 80.81 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 2 | 0 | 0.10 | 0.98 | 0.60 | 54.06 | 0.96 | 0.21 |
| Hex | 67 | 5D | 2 | 0 | A | 62 | 3C | 36 | 60 | 15 |
| Octal | 147 | 135 | 2 | 0 | 12 | 142 | 74 | 66 | 140 | 25 |
| Binary | 1100111 | 1011101 | 10 | 0 | 1010 | 1100010 | 111100 | 110110 | 1100000 | 10101 |
Color Harmonies of #675D02
Complementary color
Monochromatic Colors of #675D02
Black with #675D02
Text Example
Text Example
White with #675D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675D02; }
p { color: rgb(103,93,2); }
H1.HeaderClassName
{
color: #675D02;
}
.AnyTagClassName
{
color: #675D02;
}
</style>
background-color css
<style>
a { background-color: #675D02; }
a { background-color: rgb(103,93,2); }
div.DivClassName
{
background-color: #675D02;
}
.BgClassName
{
background-color: #675D02;
}
</style>
border-color css
<style>
span { border-color: #675D02; }
span { border-color: rgb(103,93,2); }
td.TdClassName
{
border-color: #675D02;
}
.TagClassName
{
border-color: #675D02;
}
</style>