#681B12

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

Shades of Red Oxide #681B12

Tints of Red Oxide #681B12

Color information

#681B12 (or 0x681B12) is unknown color: approx Red Oxide. HEX triplet: 68, 1B and 12. RGB value is (104,27,18). Sum of RGB (Red+Green+Blue) = 104+27+18=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #681B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681B12 is #97E4ED. Grayscale: #313131. Windows color (decimal): -9954542 or 1186664. OLE color: 1186664.

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

Color convert

RGB1042718-
CMYK00.740.830.59
HSL6.28º70.49%23.92%-
HSV(B)6.28º82.69%40.78%-
XYZ6.213.770.97-
YUV49110.51167.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 69.80%
GREEN value IS 27 (10.94% from 255) = 18.12%
BLUE value IS 18 (7.42% from 255) = 12.08%
R=69.80%
G=18.12%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104271800.740.830.596.2870.4923.92
Hex681B1204A533B64618
Octal1503322011212373610630
Binary11010001101110010010010101010011111011110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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