#681412

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

Shades of Red Oxide #681412

Tints of Red Oxide #681412

Color information

#681412 (or 0x681412) is unknown color: approx Red Oxide. HEX triplet: 68, 14 and 12. RGB value is (104,20,18). Sum of RGB (Red+Green+Blue) = 104+20+18=142 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.24% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 104 - color contains mainly: red. Hex color #681412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681412 is #97EBED. Grayscale: #2C2C2C. Windows color (decimal): -9956334 or 1184872. OLE color: 1184872.

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

Color convert

RGB1042018-
CMYK00.810.830.59
HSL1.4º70.49%23.92%-
HSV(B)1.4º82.69%40.78%-
XYZ6.073.490.93-
YUV44.89112.83170.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 73.24%
GREEN value IS 20 (8.20% from 255) = 14.08%
BLUE value IS 18 (7.42% from 255) = 12.68%
R=73.24%
G=14.08%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104201800.810.830.591.470.4923.92
Hex681412051533B14618
Octal1502422012112373110630
Binary110100010100100100101000110100111110111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681412; }

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

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

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

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

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

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

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

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