#681A1A

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

Shades of Red Oxide #681A1A

Tints of Red Oxide #681A1A

Color information

#681A1A (or 0x681A1A) is unknown color: approx Red Oxide. HEX triplet: 68, 1A and 1A. RGB value is (104,26,26). Sum of RGB (Red+Green+Blue) = 104+26+26=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #681A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681A1A is #97E5E5. Grayscale: #313131. Windows color (decimal): -9954790 or 1710696. OLE color: 1710696.

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

Color convert

RGB1042626-
CMYK00.750.750.59
HSL60%25.49%-
HSV(B)75%40.78%-
XYZ6.263.761.37-
YUV49.32114.84167-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.67%
GREEN value IS 26 (10.55% from 255) = 16.67%
BLUE value IS 26 (10.55% from 255) = 16.67%
R=66.67%
G=16.67%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104262600.750.750.5906025.49
Hex681A1A04B4B3B03c19
Octal150323201131137307431
Binary11010001101011010010010111001011111011011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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