#681A12

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

Shades of Red Oxide #681A12

Tints of Red Oxide #681A12

Color information

#681A12 (or 0x681A12) is unknown color: approx Red Oxide. HEX triplet: 68, 1A and 12. RGB value is (104,26,18). Sum of RGB (Red+Green+Blue) = 104+26+18=148 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.27% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 104 - color contains mainly: red. Hex color #681A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681A12 is #97E5ED. Grayscale: #303030. Windows color (decimal): -9954798 or 1186408. OLE color: 1186408.

HSL color Cylindrical-coordinate representation of color #681A12: hue angle of 5.58º 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 #681A12 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB1042618-
CMYK00.750.830.59
HSL5.58º70.49%23.92%-
HSV(B)5.58º82.69%40.78%-
XYZ6.193.730.97-
YUV48.41110.84167.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 70.27%
GREEN value IS 26 (10.55% from 255) = 17.57%
BLUE value IS 18 (7.42% from 255) = 12.16%
R=70.27%
G=17.57%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104261800.750.830.595.5870.4923.92
Hex681A1204B533B64618
Octal1503222011312373610630
Binary11010001101010010010010111010011111011110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681A12; }

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

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

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

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

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

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

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

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