#6D220F

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

Shades of Red Oxide #6D220F

Tints of Red Oxide #6D220F

Color information

#6D220F (or 0x6D220F) is unknown color: approx Red Oxide. HEX triplet: 6D, 22 and 0F. RGB value is (109,34,15). Sum of RGB (Red+Green+Blue) = 109+34+15=158 (20% of max value = 765). Red value is 109 (42.97% from 255 or 68.99% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 109 - color contains mainly: red. Hex color #6D220F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D220F is #92DDF0. Grayscale: #363636. Windows color (decimal): -9625073 or 991853. OLE color: 991853.

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

Color convert

RGB1093415-
CMYK00.690.860.57
HSL12.13º75.81%24.31%-
HSV(B)12.13º86.24%42.75%-
XYZ6.964.430.94-
YUV54.26105.85167.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 68.99%
GREEN value IS 34 (13.67% from 255) = 21.52%
BLUE value IS 15 (6.25% from 255) = 9.49%
R=68.99%
G=21.52%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109341500.690.860.5712.1375.8124.31
Hex6D22F0455639c4c18
Octal15542170105126711411430
Binary110110110001011110100010110101101110011100100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D220F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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