#681615

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

Shades of Red Oxide #681615

Tints of Red Oxide #681615

Color information

#681615 (or 0x681615) is unknown color: approx Red Oxide. HEX triplet: 68, 16 and 15. RGB value is (104,22,21). Sum of RGB (Red+Green+Blue) = 104+22+21=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #681615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681615 is #97E9EA. Grayscale: #2E2E2E. Windows color (decimal): -9955819 or 1381992. OLE color: 1381992.

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

Color convert

RGB1042221-
CMYK00.790.800.59
HSL0.72º66.4%24.51%-
HSV(B)0.72º79.81%40.78%-
XYZ6.133.571.08-
YUV46.4113.67169.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 70.75%
GREEN value IS 22 (8.98% from 255) = 14.97%
BLUE value IS 21 (8.59% from 255) = 14.29%
R=70.75%
G=14.97%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104222100.790.800.590.7266.424.51
Hex68161504F503B14219
Octal1502625011712073110231
Binary110100010110101010100111110100001110111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681615; }

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

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

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

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

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

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

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

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