#681715

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

Shades of Red Oxide #681715

Tints of Red Oxide #681715

Color information

#681715 (or 0x681715) is unknown color: approx Red Oxide. HEX triplet: 68, 17 and 15. RGB value is (104,23,21). Sum of RGB (Red+Green+Blue) = 104+23+21=148 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.27% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 104 - color contains mainly: red. Hex color #681715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681715 is #97E8EA. Grayscale: #2F2F2F. Windows color (decimal): -9955563 or 1382248. OLE color: 1382248.

HSL color Cylindrical-coordinate representation of color #681715: hue angle of 1.45º 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 #681715 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB1042321-
CMYK00.780.800.59
HSL1.45º66.4%24.51%-
HSV(B)1.45º79.81%40.78%-
XYZ6.153.611.08-
YUV46.99113.34168.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 70.27%
GREEN value IS 23 (9.38% from 255) = 15.54%
BLUE value IS 21 (8.59% from 255) = 14.19%
R=70.27%
G=15.54%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104232100.780.800.591.4566.424.51
Hex68171504E503B14219
Octal1502725011612073110231
Binary110100010111101010100111010100001110111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681715; }

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

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

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

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

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

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

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

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