#681C13

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

Shades of Red Oxide #681C13

Tints of Red Oxide #681C13

Color information

#681C13 (or 0x681C13) is unknown color: approx Red Oxide. HEX triplet: 68, 1C and 13. RGB value is (104,28,19). Sum of RGB (Red+Green+Blue) = 104+28+19=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #681C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681C13 is #97E3EC. Grayscale: #313131. Windows color (decimal): -9954285 or 1252456. OLE color: 1252456.

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

Color convert

RGB1042819-
CMYK00.730.820.59
HSL6.35º69.11%24.12%-
HSV(B)6.35º81.73%40.78%-
XYZ6.243.821.02-
YUV49.7110.68166.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 68.87%
GREEN value IS 28 (11.33% from 255) = 18.54%
BLUE value IS 19 (7.81% from 255) = 12.58%
R=68.87%
G=18.54%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104281900.730.820.596.3569.1124.12
Hex681C13049523B64518
Octal1503423011112273610530
Binary11010001110010011010010011010010111011110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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