#6E1B1A

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

Shades of Red Oxide #6E1B1A

Tints of Red Oxide #6E1B1A

Color information

#6E1B1A (or 0x6E1B1A) is unknown color: approx Red Oxide. HEX triplet: 6E, 1B and 1A. RGB value is (110,27,26). Sum of RGB (Red+Green+Blue) = 110+27+26=163 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.48% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1B1A is #91E4E5. Grayscale: #333333. Windows color (decimal): -9561318 or 1710958. OLE color: 1710958.

HSL color Cylindrical-coordinate representation of color #6E1B1A: hue angle of 0.71º 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 #6E1B1A is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.57.

Color convert

RGB1102726-
CMYK00.750.760.57
HSL0.71º61.76%26.67%-
HSV(B)0.71º76.36%43.14%-
XYZ7.014.171.41-
YUV51.7113.5169.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 67.48%
GREEN value IS 27 (10.94% from 255) = 16.56%
BLUE value IS 26 (10.55% from 255) = 15.95%
R=67.48%
G=16.56%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110272600.750.760.570.7161.7626.67
Hex6E1B1A04B4C3913e1b
Octal156333201131147117633
Binary11011101101111010010010111001100111001111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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