#681818

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

Shades of Red Oxide #681818

Tints of Red Oxide #681818

Color information

#681818 (or 0x681818) is unknown color: approx Red Oxide. HEX triplet: 68, 18 and 18. RGB value is (104,24,24). Sum of RGB (Red+Green+Blue) = 104+24+24=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #681818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681818 is #97E7E7. Grayscale: #303030. Windows color (decimal): -9955304 or 1579112. OLE color: 1579112.

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

Color convert

RGB1042424-
CMYK00.770.770.59
HSL62.5%25.1%-
HSV(B)76.92%40.78%-
XYZ6.23.661.24-
YUV47.92114.5168-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 68.42%
GREEN value IS 24 (9.77% from 255) = 15.79%
BLUE value IS 24 (9.77% from 255) = 15.79%
R=68.42%
G=15.79%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104242400.770.770.59062.525.1
Hex68181804D4D3B03e19
Octal150303001151157307631
Binary11010001100011000010011011001101111011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681818; }

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

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

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

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

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

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

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

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