Shades of Raw Umber #665308
Tints of Raw Umber #665308
RGB
CMYK
RGB Variations
Color information
#665308 (or 0x665308) is known color: Raw Umber. HEX triplet: 66, 53 and 08. RGB value is (102,83,8). Sum of RGB (Red+Green+Blue) = 102+83+8=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 8 (3.52% from 255 or 4.15% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #665308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665308 is #99ACF7. Grayscale: #505050. Windows color (decimal): -10071288 or 545638. OLE color: 545638.
HSL color Cylindrical-coordinate representation of color #665308: hue angle of 47.87º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #665308 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 83 | 8 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.6 |
| HSL | 47.87º | 0.85% | 0.22% | - |
| HSV(B) | 47.87º | 0.92% | 0.4% | - |
| XYZ | 8.62 | 9.03 | 1.52 | - |
| YUV | 80.13 | 87.29 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 8 | 0 | 0.19 | 0.92 | 0.6 | 47.87 | 0.85 | 0.22 |
| Hex | 66 | 53 | 8 | 0 | 13 | 5C | 3C | 30 | 55 | 16 |
| Octal | 146 | 123 | 10 | 0 | 23 | 134 | 74 | 60 | 125 | 26 |
| Binary | 1100110 | 1010011 | 1000 | 0 | 10011 | 1011100 | 111100 | 110000 | 1010101 | 10110 |
Color Harmonies of #665308
Complementary color
Monochromatic Colors of #665308
Black with #665308
Text Example
Text Example
White with #665308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665308; }
p { color: rgb(102,83,8); }
H1.HeaderClassName
{
color: #665308;
}
.AnyTagClassName
{
color: #665308;
}
</style>
background-color css
<style>
a { background-color: #665308; }
a { background-color: rgb(102,83,8); }
div.DivClassName
{
background-color: #665308;
}
.BgClassName
{
background-color: #665308;
}
</style>
border-color css
<style>
span { border-color: #665308; }
span { border-color: rgb(102,83,8); }
td.TdClassName
{
border-color: #665308;
}
.TagClassName
{
border-color: #665308;
}
</style>