Shades of Red Oxide #682723
Tints of Red Oxide #682723
RGB
CMYK
RGB Variations
Color information
#682723 (or 0x682723) is known color: Red Oxide. HEX triplet: 68, 27 and 23. RGB value is (104,39,35). Sum of RGB (Red+Green+Blue) = 104+39+35=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 35 (14.06% from 255 or 19.66% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #682723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682723 is #97D8DC. Grayscale: #3A3A3A. Windows color (decimal): -9951453 or 2303848. OLE color: 2303848.
HSL color Cylindrical-coordinate representation of color #682723: hue angle of 3.48º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #682723 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 39 | 35 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.59 |
| HSL | 3.48º | 0.5% | 0.27% | - |
| HSV(B) | 3.48º | 0.66% | 0.41% | - |
| XYZ | 6.74 | 4.52 | 2.11 | - |
| YUV | 57.98 | 115.03 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 39 | 35 | 0 | 0.62 | 0.66 | 0.59 | 3.48 | 0.5 | 0.27 |
| Hex | 68 | 27 | 23 | 0 | 3E | 42 | 3B | 3 | 32 | 1B |
| Octal | 150 | 47 | 43 | 0 | 76 | 102 | 73 | 3 | 62 | 33 |
| Binary | 1101000 | 100111 | 100011 | 0 | 111110 | 1000010 | 111011 | 11 | 110010 | 11011 |
Color Harmonies of #682723
Complementary color
Monochromatic Colors of #682723
Black with #682723
Text Example
Text Example
White with #682723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682723; }
p { color: rgb(104,39,35); }
H1.HeaderClassName
{
color: #682723;
}
.AnyTagClassName
{
color: #682723;
}
</style>
background-color css
<style>
a { background-color: #682723; }
a { background-color: rgb(104,39,35); }
div.DivClassName
{
background-color: #682723;
}
.BgClassName
{
background-color: #682723;
}
</style>
border-color css
<style>
span { border-color: #682723; }
span { border-color: rgb(104,39,35); }
td.TdClassName
{
border-color: #682723;
}
.TagClassName
{
border-color: #682723;
}
</style>