#6E2113

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

Shades of Red Oxide #6E2113

Tints of Red Oxide #6E2113

Color information

#6E2113 (or 0x6E2113) is unknown color: approx Red Oxide. HEX triplet: 6E, 21 and 13. RGB value is (110,33,19). Sum of RGB (Red+Green+Blue) = 110+33+19=162 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.90% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E2113 is #91DEEC. Grayscale: #363636. Windows color (decimal): -9559789 or 1253742. OLE color: 1253742.

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

Color convert

RGB1103319-
CMYK00.70.830.57
HSL9.23º70.54%25.29%-
HSV(B)9.23º82.73%43.14%-
XYZ7.094.451.1-
YUV54.43108.01167.64-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 67.90%
GREEN value IS 33 (13.28% from 255) = 20.37%
BLUE value IS 19 (7.81% from 255) = 11.73%
R=67.90%
G=20.37%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110331900.70.830.579.2370.5425.29
Hex6E2113046533994719
Octal15641230106123711110731
Binary1101110100001100110100011010100111110011001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,33,19); }

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

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

 a { background-color: rgb(110,33,19); }

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

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

 span { border-color: rgb(110,33,19); }

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