#681811

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

Shades of Red Oxide #681811

Tints of Red Oxide #681811

Color information

#681811 (or 0x681811) is unknown color: approx Red Oxide. HEX triplet: 68, 18 and 11. RGB value is (104,24,17). Sum of RGB (Red+Green+Blue) = 104+24+17=145 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.72% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 104 - color contains mainly: red. Hex color #681811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681811 is #97E7EE. Grayscale: #2F2F2F. Windows color (decimal): -9955311 or 1120360. OLE color: 1120360.

HSL color Cylindrical-coordinate representation of color #681811: hue angle of 4.83º 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 #681811 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB1042417-
CMYK00.770.840.59
HSL4.83º71.9%23.73%-
HSV(B)4.83º83.65%40.78%-
XYZ6.143.640.91-
YUV47.12111168.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 71.72%
GREEN value IS 24 (9.77% from 255) = 16.55%
BLUE value IS 17 (7.03% from 255) = 11.72%
R=71.72%
G=16.55%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104241700.770.840.594.8371.923.73
Hex68181104D543B54818
Octal1503021011512473511030
Binary11010001100010001010011011010100111011101100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681811; }

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

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

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

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

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

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

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

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