#681804

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

Shades of Red Oxide #681804

Tints of Red Oxide #681804

Color information

#681804 (or 0x681804) is unknown color: approx Red Oxide. HEX triplet: 68, 18 and 04. RGB value is (104,24,4). Sum of RGB (Red+Green+Blue) = 104+24+4=132 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.79% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 104 - color contains mainly: red. Hex color #681804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681804 is #97E7FB. Grayscale: #2D2D2D. Windows color (decimal): -9955324 or 268392. OLE color: 268392.

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

Color convert

RGB104244-
CMYK00.770.960.59
HSL12º92.59%21.18%-
HSV(B)12º96.15%40.78%-
XYZ6.063.610.49-
YUV45.64104.5169.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 78.79%
GREEN value IS 24 (9.77% from 255) = 18.18%
BLUE value IS 4 (1.95% from 255) = 3.03%
R=78.79%
G=18.18%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10424400.770.960.591292.5921.18
Hex6818404D603Bc5d15
Octal1503040115140731413525
Binary1101000110001000100110111000001110111100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681804; }

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

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

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

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

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

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

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

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