#681711

Color #681711 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #681711

Tints of Red Oxide #681711

Color information

#681711 (or 0x681711) is unknown color: approx Red Oxide. HEX triplet: 68, 17 and 11. RGB value is (104,23,17). Sum of RGB (Red+Green+Blue) = 104+23+17=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #681711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681711 is #97E8EE. Grayscale: #2E2E2E. Windows color (decimal): -9955567 or 1120104. OLE color: 1120104.

HSL color Cylindrical-coordinate representation of color #681711: hue angle of 4.14º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681711 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB1042317-
CMYK00.780.840.59
HSL4.14º71.9%23.73%-
HSV(B)4.14º83.65%40.78%-
XYZ6.123.60.9-
YUV46.54111.34168.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 72.22%
GREEN value IS 23 (9.38% from 255) = 15.97%
BLUE value IS 17 (7.03% from 255) = 11.81%
R=72.22%
G=15.97%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104231700.780.840.594.1471.923.73
Hex68171104E543B44818
Octal1502721011612473411030
Binary11010001011110001010011101010100111011100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681711; }

 p { color: rgb(104,23,17); }

 H1.HeaderClassName
 {
   color: #681711;
 }
 .AnyTagClassName
 {
   color: #681711;
 }
</style>
background-color css

<style>
 a { background-color: #681711; }

 a { background-color: rgb(104,23,17); }

 div.DivClassName
 {
   background-color: #681711;
 }
 .BgClassName
 {
   background-color: #681711;
 }
</style>
border-color css

<style>
 span { border-color: #681711; }

 span { border-color: rgb(104,23,17); }

 td.TdClassName
 {
   border-color: #681711;
 }
 .TagClassName
 {
   border-color: #681711;
 }
</style>