#681802

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

Shades of Red Oxide #681802

Tints of Red Oxide #681802

Color information

#681802 (or 0x681802) is unknown color: approx Red Oxide. HEX triplet: 68, 18 and 02. RGB value is (104,24,2). Sum of RGB (Red+Green+Blue) = 104+24+2=130 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 104 - color contains mainly: red. Hex color #681802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681802 is #97E7FD. Grayscale: #2D2D2D. Windows color (decimal): -9955326 or 137320. OLE color: 137320.

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

Color convert

RGB104242-
CMYK00.770.980.59
HSL12.94º96.23%20.78%-
HSV(B)12.94º98.08%40.78%-
XYZ6.053.60.43-
YUV45.41103.5169.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 80%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 2 (1.17% from 255) = 1.54%
R=80%
G=18.46%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10424200.770.980.5912.9496.2320.78
Hex6818204D623Bd6015
Octal1503020115142731514025
Binary110100011000100100110111000101110111101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681802; }

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

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

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

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

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

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

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

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