#6D1A19

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

Shades of Red Oxide #6D1A19

Tints of Red Oxide #6D1A19

Color information

#6D1A19 (or 0x6D1A19) is unknown color: approx Red Oxide. HEX triplet: 6D, 1A and 19. RGB value is (109,26,25). Sum of RGB (Red+Green+Blue) = 109+26+25=160 (21% of max value = 765). Red value is 109 (42.97% from 255 or 68.12% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D1A19 is #92E5E6. Grayscale: #323232. Windows color (decimal): -9627111 or 1645165. OLE color: 1645165.

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

Color convert

RGB1092625-
CMYK00.760.770.57
HSL0.71º62.69%26.27%-
HSV(B)0.71º77.06%42.75%-
XYZ6.854.061.34-
YUV50.7113.5169.58-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 68.12%
GREEN value IS 26 (10.55% from 255) = 16.25%
BLUE value IS 25 (10.16% from 255) = 15.62%
R=68.12%
G=16.25%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.77
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109262500.760.770.570.7162.6926.27
Hex6D1A1904C4D3913f1a
Octal155323101141157117732
Binary11011011101011001010011001001101111001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,26,25); }

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

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

 a { background-color: rgb(109,26,25); }

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

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

 span { border-color: rgb(109,26,25); }

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