#681C17

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

Shades of Red Oxide #681C17

Tints of Red Oxide #681C17

Color information

#681C17 (or 0x681C17) is unknown color: approx Red Oxide. HEX triplet: 68, 1C and 17. RGB value is (104,28,23). Sum of RGB (Red+Green+Blue) = 104+28+23=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #681C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681C17 is #97E3E8. Grayscale: #323232. Windows color (decimal): -9954281 or 1514600. OLE color: 1514600.

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

Color convert

RGB1042823-
CMYK00.730.780.59
HSL3.7º63.78%24.9%-
HSV(B)3.7º77.88%40.78%-
XYZ6.283.841.22-
YUV50.15112.68166.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.10%
GREEN value IS 28 (11.33% from 255) = 18.06%
BLUE value IS 23 (9.38% from 255) = 14.84%
R=67.10%
G=18.06%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104282300.730.780.593.763.7824.9
Hex681C170494E3B44019
Octal1503427011111673410031
Binary11010001110010111010010011001110111011100100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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