#681713

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

Shades of Red Oxide #681713

Tints of Red Oxide #681713

Color information

#681713 (or 0x681713) is unknown color: approx Red Oxide. HEX triplet: 68, 17 and 13. RGB value is (104,23,19). Sum of RGB (Red+Green+Blue) = 104+23+19=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #681713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681713 is #97E8EC. Grayscale: #2E2E2E. Windows color (decimal): -9955565 or 1251176. OLE color: 1251176.

HSL color Cylindrical-coordinate representation of color #681713: hue angle of 2.82º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #681713 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB1042319-
CMYK00.780.820.59
HSL2.82º69.11%24.12%-
HSV(B)2.82º81.73%40.78%-
XYZ6.133.60.99-
YUV46.76112.34168.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 71.23%
GREEN value IS 23 (9.38% from 255) = 15.75%
BLUE value IS 19 (7.81% from 255) = 13.01%
R=71.23%
G=15.75%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104231900.780.820.592.8269.1124.12
Hex68171304E523B34518
Octal1502723011612273310530
Binary1101000101111001101001110101001011101111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681713; }

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

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

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

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

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

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

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

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