#680E0C

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

Shades of Red Oxide #680E0C

Tints of Red Oxide #680E0C

Color information

#680E0C (or 0x680E0C) is unknown color: approx Red Oxide. HEX triplet: 68, 0E and 0C. RGB value is (104,14,12). Sum of RGB (Red+Green+Blue) = 104+14+12=130 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80% from 130); Green value is 14 (5.86% from 255 or 10.77% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 104 - color contains mainly: red. Hex color #680E0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680E0C is #97F1F3. Grayscale: #282828. Windows color (decimal): -9957876 or 790120. OLE color: 790120.

HSL color Cylindrical-coordinate representation of color #680E0C: hue angle of 1.3º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680E0C is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB1041412-
CMYK00.870.880.59
HSL1.3º79.31%22.75%-
HSV(B)1.3º88.46%40.78%-
XYZ5.933.280.67-
YUV40.68111.82173.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 80%
GREEN value IS 14 (5.86% from 255) = 10.77%
BLUE value IS 12 (5.08% from 255) = 9.23%
R=80%
G=10.77%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104141200.870.880.591.379.3122.75
Hex68EC057583B14f17
Octal1501614012713073111727
Binary1101000111011000101011110110001110111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680E0C; }

 p { color: rgb(104,14,12); }

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

<style>
 a { background-color: #680E0C; }

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

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

<style>
 span { border-color: #680E0C; }

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

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