#6D221F

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

Shades of Red Oxide #6D221F

Tints of Red Oxide #6D221F

Color information

#6D221F (or 0x6D221F) is unknown color: approx Red Oxide. HEX triplet: 6D, 22 and 1F. RGB value is (109,34,31). Sum of RGB (Red+Green+Blue) = 109+34+31=174 (23% of max value = 765). Red value is 109 (42.97% from 255 or 62.64% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 109 - color contains mainly: red. Hex color #6D221F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D221F is #92DDE0. Grayscale: #383838. Windows color (decimal): -9625057 or 2040429. OLE color: 2040429.

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

Color convert

RGB1093431-
CMYK00.690.720.57
HSL2.31º55.71%27.45%-
HSV(B)2.31º71.56%42.75%-
XYZ7.134.491.79-
YUV56.08113.85165.74-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 62.64%
GREEN value IS 34 (13.67% from 255) = 19.54%
BLUE value IS 31 (12.5% from 255) = 17.82%
R=62.64%
G=19.54%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109343100.690.720.572.3155.7127.45
Hex6D221F04548392381b
Octal155423701051107127033
Binary1101101100010111110100010110010001110011011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,34,31); }

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

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

 a { background-color: rgb(109,34,31); }

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

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

 span { border-color: rgb(109,34,31); }

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