#681800

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

Shades of Red Oxide #681800

Tints of Red Oxide #681800

Color information

#681800 (or 0x681800) is unknown color: approx Red Oxide. HEX triplet: 68, 18 and 00. RGB value is (104,24,0). Sum of RGB (Red+Green+Blue) = 104+24+0=128 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.25% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 104 - color contains mainly: red. Hex color #681800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681800 is #97E7FF. Grayscale: #2D2D2D. Windows color (decimal): -9955328 or 6248. OLE color: 6248.

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

Color convert

RGB104240-
CMYK00.7710.59
HSL13.85º100%20.39%-
HSV(B)13.85º100%40.78%-
XYZ6.043.60.38-
YUV45.18102.5169.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 81.25%
GREEN value IS 24 (9.77% from 255) = 18.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.25%
G=18.75%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10424000.7710.5913.8510020.39
Hex6818004D643Be6414
Octal1503000115144731614424
Binary11010001100000100110111001001110111110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681800; }

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

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

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

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

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

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

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

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