#6D220D

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

Shades of Red Oxide #6D220D

Tints of Red Oxide #6D220D

Color information

#6D220D (or 0x6D220D) is unknown color: approx Red Oxide. HEX triplet: 6D, 22 and 0D. RGB value is (109,34,13). Sum of RGB (Red+Green+Blue) = 109+34+13=156 (20% of max value = 765). Red value is 109 (42.97% from 255 or 69.87% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 109 - color contains mainly: red. Hex color #6D220D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D220D is #92DDF2. Grayscale: #363636. Windows color (decimal): -9625075 or 860781. OLE color: 860781.

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

Color convert

RGB1093413-
CMYK00.690.880.57
HSL13.13º78.69%23.92%-
HSV(B)13.13º88.07%42.75%-
XYZ6.954.420.87-
YUV54.03104.85167.21-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 69.87%
GREEN value IS 34 (13.67% from 255) = 21.79%
BLUE value IS 13 (5.47% from 255) = 8.33%
R=69.87%
G=21.79%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109341300.690.880.5713.1378.6923.92
Hex6D22D0455839d4f18
Octal15542150105130711511730
Binary110110110001011010100010110110001110011101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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