Shades of Red Oxide #662723
Tints of Red Oxide #662723
RGB
CMYK
RGB Variations
Color information
#662723 (or 0x662723) is known color: Red Oxide. HEX triplet: 66, 27 and 23. RGB value is (102,39,35). Sum of RGB (Red+Green+Blue) = 102+39+35=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 35 (14.06% from 255 or 19.89% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #662723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662723 is #99D8DC. Grayscale: #393939. Windows color (decimal): -10082525 or 2303846. OLE color: 2303846.
HSL color Cylindrical-coordinate representation of color #662723: hue angle of 3.58º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #662723 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 39 | 35 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.6 |
| HSL | 3.58º | 0.49% | 0.27% | - |
| HSV(B) | 3.58º | 0.66% | 0.4% | - |
| XYZ | 6.51 | 4.4 | 2.1 | - |
| YUV | 57.38 | 115.37 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 39 | 35 | 0 | 0.62 | 0.66 | 0.6 | 3.58 | 0.49 | 0.27 |
| Hex | 66 | 27 | 23 | 0 | 3E | 42 | 3C | 4 | 31 | 1B |
| Octal | 146 | 47 | 43 | 0 | 76 | 102 | 74 | 4 | 61 | 33 |
| Binary | 1100110 | 100111 | 100011 | 0 | 111110 | 1000010 | 111100 | 100 | 110001 | 11011 |
Color Harmonies of #662723
Complementary color
Monochromatic Colors of #662723
Black with #662723
Text Example
Text Example
White with #662723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662723; }
p { color: rgb(102,39,35); }
H1.HeaderClassName
{
color: #662723;
}
.AnyTagClassName
{
color: #662723;
}
</style>
background-color css
<style>
a { background-color: #662723; }
a { background-color: rgb(102,39,35); }
div.DivClassName
{
background-color: #662723;
}
.BgClassName
{
background-color: #662723;
}
</style>
border-color css
<style>
span { border-color: #662723; }
span { border-color: rgb(102,39,35); }
td.TdClassName
{
border-color: #662723;
}
.TagClassName
{
border-color: #662723;
}
</style>