#6A2219

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

Shades of Red Oxide #6A2219

Tints of Red Oxide #6A2219

Color information

#6A2219 (or 0x6A2219) is unknown color: approx Red Oxide. HEX triplet: 6A, 22 and 19. RGB value is (106,34,25). Sum of RGB (Red+Green+Blue) = 106+34+25=165 (21% of max value = 765). Red value is 106 (41.80% from 255 or 64.24% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2219 is #95DDE6. Grayscale: #363636. Windows color (decimal): -9821671 or 1647210. OLE color: 1647210.

HSL color Cylindrical-coordinate representation of color #6A2219: hue angle of 6.67º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6A2219 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB1063425-
CMYK00.680.760.58
HSL6.67º61.83%25.69%-
HSV(B)6.67º76.42%41.57%-
XYZ6.694.281.39-
YUV54.5111.35164.73-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 64.24%
GREEN value IS 34 (13.67% from 255) = 20.61%
BLUE value IS 25 (10.16% from 255) = 15.15%
R=64.24%
G=20.61%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.76
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106342500.680.760.586.6761.8325.69
Hex6A22190444C3A73e1a
Octal152423101041147277632
Binary11010101000101100101000100100110011101011111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,34,25); }

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

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

 a { background-color: rgb(106,34,25); }

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

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

 span { border-color: rgb(106,34,25); }

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