#681E0F

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

Shades of Red Oxide #681E0F

Tints of Red Oxide #681E0F

Color information

#681E0F (or 0x681E0F) is unknown color: approx Red Oxide. HEX triplet: 68, 1E and 0F. RGB value is (104,30,15). Sum of RGB (Red+Green+Blue) = 104+30+15=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #681E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681E0F is #97E1F0. Grayscale: #323232. Windows color (decimal): -9953777 or 990824. OLE color: 990824.

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

Color convert

RGB1043015-
CMYK00.710.860.59
HSL10.11º74.79%23.33%-
HSV(B)10.11º85.58%40.78%-
XYZ6.263.910.88-
YUV50.42108.02166.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 69.80%
GREEN value IS 30 (12.11% from 255) = 20.13%
BLUE value IS 15 (6.25% from 255) = 10.07%
R=69.80%
G=20.13%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104301500.710.860.5910.1174.7923.33
Hex681EF047563Ba4b17
Octal15036170107126731211327
Binary11010001111011110100011110101101110111010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,30,15); }

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

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

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

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

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

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

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