#6D1E1C

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

Shades of Red Oxide #6D1E1C

Tints of Red Oxide #6D1E1C

Color information

#6D1E1C (or 0x6D1E1C) is unknown color: approx Red Oxide. HEX triplet: 6D, 1E and 1C. RGB value is (109,30,28). Sum of RGB (Red+Green+Blue) = 109+30+28=167 (22% of max value = 765). Red value is 109 (42.97% from 255 or 65.27% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1E1C is #92E1E3. Grayscale: #353535. Windows color (decimal): -9626084 or 1842797. OLE color: 1842797.

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

Color convert

RGB1093028-
CMYK00.720.740.57
HSL1.48º59.12%26.86%-
HSV(B)1.48º74.31%42.75%-
XYZ6.984.261.55-
YUV53.39113.67167.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 65.27%
GREEN value IS 30 (12.11% from 255) = 17.96%
BLUE value IS 28 (11.33% from 255) = 16.77%
R=65.27%
G=17.96%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109302800.720.740.571.4859.1226.86
Hex6D1E1C0484A3913b1b
Octal155363401101127117333
Binary11011011111011100010010001001010111001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,30,28); }

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

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

 a { background-color: rgb(109,30,28); }

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

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

 span { border-color: rgb(109,30,28); }

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