#6E2111

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

Shades of Red Oxide #6E2111

Tints of Red Oxide #6E2111

Color information

#6E2111 (or 0x6E2111) is unknown color: approx Red Oxide. HEX triplet: 6E, 21 and 11. RGB value is (110,33,17). Sum of RGB (Red+Green+Blue) = 110+33+17=160 (21% of max value = 765). Red value is 110 (43.36% from 255 or 68.75% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 17 (7.03% from 255 or 10.62% from 160); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E2111 is #91DEEE. Grayscale: #363636. Windows color (decimal): -9559791 or 1122670. OLE color: 1122670.

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

Color convert

RGB1103317-
CMYK00.70.850.57
HSL10.32º73.23%24.9%-
HSV(B)10.32º84.55%43.14%-
XYZ7.084.441.02-
YUV54.2107.01167.8-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 68.75%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 17 (7.03% from 255) = 10.62%
R=68.75%
G=20.62%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110331700.70.850.5710.3273.2324.9
Hex6E21110465539a4919
Octal15641210106125711211131
Binary1101110100001100010100011010101011110011010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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