#681E1C

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

Shades of Red Oxide #681E1C

Tints of Red Oxide #681E1C

Color information

#681E1C (or 0x681E1C) is unknown color: approx Red Oxide. HEX triplet: 68, 1E and 1C. RGB value is (104,30,28). Sum of RGB (Red+Green+Blue) = 104+30+28=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #681E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681E1C is #97E1E3. Grayscale: #333333. Windows color (decimal): -9953764 or 1842792. OLE color: 1842792.

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

Color convert

RGB1043028-
CMYK00.710.730.59
HSL1.58º57.58%25.88%-
HSV(B)1.58º73.08%40.78%-
XYZ6.383.961.53-
YUV51.9114.52165.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 64.20%
GREEN value IS 30 (12.11% from 255) = 18.52%
BLUE value IS 28 (11.33% from 255) = 17.28%
R=64.20%
G=18.52%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104302800.710.730.591.5857.5825.88
Hex681E1C047493B23a1a
Octal150363401071117327232
Binary110100011110111000100011110010011110111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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