#6D2214

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

Shades of Red Oxide #6D2214

Tints of Red Oxide #6D2214

Color information

#6D2214 (or 0x6D2214) is unknown color: approx Red Oxide. HEX triplet: 6D, 22 and 14. RGB value is (109,34,20). Sum of RGB (Red+Green+Blue) = 109+34+20=163 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.87% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2214 is #92DDEB. Grayscale: #363636. Windows color (decimal): -9625068 or 1319533. OLE color: 1319533.

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

Color convert

RGB1093420-
CMYK00.690.820.57
HSL9.44º68.99%25.29%-
HSV(B)9.44º81.65%42.75%-
XYZ74.451.15-
YUV54.83108.35166.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 66.87%
GREEN value IS 34 (13.67% from 255) = 20.86%
BLUE value IS 20 (8.20% from 255) = 12.27%
R=66.87%
G=20.86%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.82
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109342000.690.820.579.4468.9925.29
Hex6D2214045523994519
Octal15542240105122711110531
Binary1101101100010101000100010110100101110011001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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