#68140E

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

Shades of Red Oxide #68140E

Tints of Red Oxide #68140E

Color information

#68140E (or 0x68140E) is unknown color: approx Red Oxide. HEX triplet: 68, 14 and 0E. RGB value is (104,20,14). Sum of RGB (Red+Green+Blue) = 104+20+14=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #68140E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68140E is #97EBF1. Grayscale: #2C2C2C. Windows color (decimal): -9956338 or 922728. OLE color: 922728.

HSL color Cylindrical-coordinate representation of color #68140E: hue angle of 4º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #68140E is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB1042014-
CMYK00.810.870.59
HSL76.27%23.14%-
HSV(B)86.54%40.78%-
XYZ6.043.480.77-
YUV44.43110.83170.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 75.36%
GREEN value IS 20 (8.20% from 255) = 14.49%
BLUE value IS 14 (5.86% from 255) = 10.14%
R=75.36%
G=14.49%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104201400.810.870.59476.2723.14
Hex6814E051573B44c17
Octal1502416012112773411427
Binary1101000101001110010100011010111111011100100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68140E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68140E; }

 p { color: rgb(104,20,14); }

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

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

 a { background-color: rgb(104,20,14); }

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

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

 span { border-color: rgb(104,20,14); }

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