#6E211A

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

Shades of Red Oxide #6E211A

Tints of Red Oxide #6E211A

Color information

#6E211A (or 0x6E211A) is unknown color: approx Red Oxide. HEX triplet: 6E, 21 and 1A. RGB value is (110,33,26). Sum of RGB (Red+Green+Blue) = 110+33+26=169 (22% of max value = 765). Red value is 110 (43.36% from 255 or 65.09% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 110 - color contains mainly: red. Hex color #6E211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E211A is #91DEE5. Grayscale: #373737. Windows color (decimal): -9559782 or 1712494. OLE color: 1712494.

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

Color convert

RGB1103326-
CMYK00.70.760.57
HSL61.76%26.67%-
HSV(B)76.36%43.14%-
XYZ7.164.481.46-
YUV55.22111.51167.07-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 65.09%
GREEN value IS 33 (13.28% from 255) = 19.53%
BLUE value IS 26 (10.55% from 255) = 15.38%
R=65.09%
G=19.53%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.76
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110332600.70.760.57561.7626.67
Hex6E211A0464C3953e1b
Octal156413201061147157633
Binary11011101000011101001000110100110011100110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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