#681F15

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

Shades of Red Oxide #681F15

Tints of Red Oxide #681F15

Color information

#681F15 (or 0x681F15) is unknown color: approx Red Oxide. HEX triplet: 68, 1F and 15. RGB value is (104,31,21). Sum of RGB (Red+Green+Blue) = 104+31+21=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #681F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681F15 is #97E0EA. Grayscale: #333333. Windows color (decimal): -9953515 or 1384296. OLE color: 1384296.

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

Color convert

RGB1043121-
CMYK00.700.800.59
HSL7.23º66.4%24.51%-
HSV(B)7.23º79.81%40.78%-
XYZ6.333.981.14-
YUV51.69110.68165.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.67%
GREEN value IS 31 (12.5% from 255) = 19.87%
BLUE value IS 21 (8.59% from 255) = 13.46%
R=66.67%
G=19.87%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104312100.700.800.597.2366.424.51
Hex681F15046503B74219
Octal1503725010612073710231
Binary11010001111110101010001101010000111011111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,31,21); }

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

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

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

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

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

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

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