#6D2019

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

Shades of Red Oxide #6D2019

Tints of Red Oxide #6D2019

Color information

#6D2019 (or 0x6D2019) is unknown color: approx Red Oxide. HEX triplet: 6D, 20 and 19. RGB value is (109,32,25). Sum of RGB (Red+Green+Blue) = 109+32+25=166 (21% of max value = 765). Red value is 109 (42.97% from 255 or 65.66% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2019 is #92DFE6. Grayscale: #363636. Windows color (decimal): -9625575 or 1646701. OLE color: 1646701.

HSL color Cylindrical-coordinate representation of color #6D2019: hue angle of 5º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D2019 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.57.

Color convert

RGB1093225-
CMYK00.710.770.57
HSL62.69%26.27%-
HSV(B)77.06%42.75%-
XYZ74.351.39-
YUV54.22111.51167.07-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 65.66%
GREEN value IS 32 (12.89% from 255) = 19.28%
BLUE value IS 25 (10.16% from 255) = 15.06%
R=65.66%
G=19.28%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109322500.710.770.57562.6926.27
Hex6D20190474D3953f1a
Octal155403101071157157732
Binary11011011000001100101000111100110111100110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,32,25); }

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

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

 a { background-color: rgb(109,32,25); }

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

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

 span { border-color: rgb(109,32,25); }

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