#681E1E

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

Shades of Red Oxide #681E1E

Tints of Red Oxide #681E1E

Color information

#681E1E (or 0x681E1E) is unknown color: approx Red Oxide. HEX triplet: 68, 1E and 1E. RGB value is (104,30,30). Sum of RGB (Red+Green+Blue) = 104+30+30=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #681E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681E1E is #97E1E1. Grayscale: #343434. Windows color (decimal): -9953762 or 1973864. OLE color: 1973864.

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

Color convert

RGB1043030-
CMYK00.710.710.59
HSL55.22%26.27%-
HSV(B)71.15%40.78%-
XYZ6.413.971.66-
YUV52.13115.52165-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.41%
GREEN value IS 30 (12.11% from 255) = 18.29%
BLUE value IS 30 (12.11% from 255) = 18.29%
R=63.41%
G=18.29%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104303000.710.710.59055.2226.27
Hex681E1E047473B0371a
Octal150363601071077306732
Binary11010001111011110010001111000111111011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,30,30); }

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

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

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

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

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

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

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