#681A13

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

Shades of Red Oxide #681A13

Tints of Red Oxide #681A13

Color information

#681A13 (or 0x681A13) is unknown color: approx Red Oxide. HEX triplet: 68, 1A and 13. RGB value is (104,26,19). Sum of RGB (Red+Green+Blue) = 104+26+19=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #681A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681A13 is #97E5EC. Grayscale: #303030. Windows color (decimal): -9954797 or 1251944. OLE color: 1251944.

HSL color Cylindrical-coordinate representation of color #681A13: hue angle of 4.94º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #681A13 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB1042619-
CMYK00.750.820.59
HSL4.94º69.11%24.12%-
HSV(B)4.94º81.73%40.78%-
XYZ6.23.731.01-
YUV48.52111.34167.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 69.80%
GREEN value IS 26 (10.55% from 255) = 17.45%
BLUE value IS 19 (7.81% from 255) = 12.75%
R=69.80%
G=17.45%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104261900.750.820.594.9469.1124.12
Hex681A1304B523B54518
Octal1503223011312273510530
Binary11010001101010011010010111010010111011101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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