#6D210A

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

Shades of Red Oxide #6D210A

Tints of Red Oxide #6D210A

Color information

#6D210A (or 0x6D210A) is unknown color: approx Red Oxide. HEX triplet: 6D, 21 and 0A. RGB value is (109,33,10). Sum of RGB (Red+Green+Blue) = 109+33+10=152 (20% of max value = 765). Red value is 109 (42.97% from 255 or 71.71% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 109 - color contains mainly: red. Hex color #6D210A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D210A is #92DEF5. Grayscale: #353535. Windows color (decimal): -9625334 or 663917. OLE color: 663917.

HSL color Cylindrical-coordinate representation of color #6D210A: hue angle of 13.94º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D210A is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.57.

Color convert

RGB1093310-
CMYK00.700.910.57
HSL13.94º83.19%23.33%-
HSV(B)13.94º90.83%42.75%-
XYZ6.914.360.76-
YUV53.1103.68167.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 71.71%
GREEN value IS 33 (13.28% from 255) = 21.71%
BLUE value IS 10 (4.30% from 255) = 6.58%
R=71.71%
G=21.71%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109331000.700.910.5713.9483.1923.33
Hex6D21A0465B39e5317
Octal15541120106133711612327
Binary110110110000110100100011010110111110011110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D210A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,33,10); }

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

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

 a { background-color: rgb(109,33,10); }

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

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

 span { border-color: rgb(109,33,10); }

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