Shades of Red Oxide #662726
Tints of Red Oxide #662726
RGB
CMYK
RGB Variations
Color information
#662726 (or 0x662726) is known color: Red Oxide. HEX triplet: 66, 27 and 26. RGB value is (102,39,38). Sum of RGB (Red+Green+Blue) = 102+39+38=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #662726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662726 is #99D8D9. Grayscale: #393939. Windows color (decimal): -10082522 or 2500454. OLE color: 2500454.
HSL color Cylindrical-coordinate representation of color #662726: hue angle of 0.94º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #662726 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 39 | 38 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.6 |
| HSL | 0.94º | 0.46% | 0.27% | - |
| HSV(B) | 0.94º | 0.63% | 0.4% | - |
| XYZ | 6.55 | 4.42 | 2.34 | - |
| YUV | 57.72 | 116.87 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 39 | 38 | 0 | 0.62 | 0.63 | 0.6 | 0.94 | 0.46 | 0.27 |
| Hex | 66 | 27 | 26 | 0 | 3E | 3F | 3C | 1 | 2E | 1B |
| Octal | 146 | 47 | 46 | 0 | 76 | 77 | 74 | 1 | 56 | 33 |
| Binary | 1100110 | 100111 | 100110 | 0 | 111110 | 111111 | 111100 | 1 | 101110 | 11011 |
Color Harmonies of #662726
Complementary color
Monochromatic Colors of #662726
Black with #662726
Text Example
Text Example
White with #662726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662726; }
p { color: rgb(102,39,38); }
H1.HeaderClassName
{
color: #662726;
}
.AnyTagClassName
{
color: #662726;
}
</style>
background-color css
<style>
a { background-color: #662726; }
a { background-color: rgb(102,39,38); }
div.DivClassName
{
background-color: #662726;
}
.BgClassName
{
background-color: #662726;
}
</style>
border-color css
<style>
span { border-color: #662726; }
span { border-color: rgb(102,39,38); }
td.TdClassName
{
border-color: #662726;
}
.TagClassName
{
border-color: #662726;
}
</style>