#6E1F14

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

Shades of Red Oxide #6E1F14

Tints of Red Oxide #6E1F14

Color information

#6E1F14 (or 0x6E1F14) is unknown color: approx Red Oxide. HEX triplet: 6E, 1F and 14. RGB value is (110,31,20). Sum of RGB (Red+Green+Blue) = 110+31+20=161 (21% of max value = 765). Red value is 110 (43.36% from 255 or 68.32% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E1F14 is #91E0EB. Grayscale: #353535. Windows color (decimal): -9560300 or 1318766. OLE color: 1318766.

HSL color Cylindrical-coordinate representation of color #6E1F14: hue angle of 7.33º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E1F14 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.57.

Color convert

RGB1103120-
CMYK00.720.820.57
HSL7.33º69.23%25.49%-
HSV(B)7.33º81.82%43.14%-
XYZ7.054.351.13-
YUV53.37109.17168.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 68.32%
GREEN value IS 31 (12.5% from 255) = 19.25%
BLUE value IS 20 (8.20% from 255) = 12.42%
R=68.32%
G=19.25%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.82
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110312000.720.820.577.3369.2325.49
Hex6E1F14048523974519
Octal1563724011012271710531
Binary11011101111110100010010001010010111001111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E1F14; }

 p { color: rgb(110,31,20); }

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

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

 a { background-color: rgb(110,31,20); }

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

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

 span { border-color: rgb(110,31,20); }

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