#681B1A

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

Shades of Red Oxide #681B1A

Tints of Red Oxide #681B1A

Color information

#681B1A (or 0x681B1A) is unknown color: approx Red Oxide. HEX triplet: 68, 1B and 1A. RGB value is (104,27,26). Sum of RGB (Red+Green+Blue) = 104+27+26=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #681B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681B1A is #97E4E5. Grayscale: #313131. Windows color (decimal): -9954534 or 1710952. OLE color: 1710952.

HSL color Cylindrical-coordinate representation of color #681B1A: hue angle of 0.77º 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 #681B1A is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB1042726-
CMYK00.740.750.59
HSL0.77º60%25.49%-
HSV(B)0.77º75%40.78%-
XYZ6.293.81.38-
YUV49.91114.51166.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.24%
GREEN value IS 27 (10.94% from 255) = 17.20%
BLUE value IS 26 (10.55% from 255) = 16.56%
R=66.24%
G=17.20%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104272600.740.750.590.776025.49
Hex681B1A04A4B3B13c19
Octal150333201121137317431
Binary11010001101111010010010101001011111011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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