#681411

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

Shades of Red Oxide #681411

Tints of Red Oxide #681411

Color information

#681411 (or 0x681411) is unknown color: approx Red Oxide. HEX triplet: 68, 14 and 11. RGB value is (104,20,17). Sum of RGB (Red+Green+Blue) = 104+20+17=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #681411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681411 is #97EBEE. Grayscale: #2C2C2C. Windows color (decimal): -9956335 or 1119336. OLE color: 1119336.

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

Color convert

RGB1042017-
CMYK00.810.840.59
HSL2.07º71.9%23.73%-
HSV(B)2.07º83.65%40.78%-
XYZ6.063.480.88-
YUV44.77112.33170.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 73.76%
GREEN value IS 20 (8.20% from 255) = 14.18%
BLUE value IS 17 (7.03% from 255) = 12.06%
R=73.76%
G=14.18%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104201700.810.840.592.0771.923.73
Hex681411051543B24818
Octal1502421012112473211030
Binary1101000101001000101010001101010011101110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681411; }

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

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

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

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

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

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

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

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