Html Css Color HEX #6D201E Red Oxide

📋 copy color: '#6D201E'

red 109 ◦ green 32 ◦ blue 30

#6D201E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #6D201E

Tints of Red Oxide #6D201E

RGB

 RED value IS 109 (42.97% from 255) = 63.74%

 GREEN value IS 32 (12.89% from 255) = 18.71%

 BLUE value IS 30 (12.11% from 255) = 17.54%

R = 63.74%
G = 18.71%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D201E (or 0x6D201E) is known color: Red Oxide. HEX triplet: 6D, 20 and 1E. RGB value is (109,32,30). Sum of RGB (Red+Green+Blue) = 109+32+30=171 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.74% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 109 - color contains mainly: red. Hex color #6D201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D201E is #92DFE1. Grayscale: #363636. Windows color (decimal): -9625570 or 1974381. OLE color: 1974381.

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

Color convert

RGB 109 32 30 -
CMYK 0 0.71 0.72 0.57
HSL 1.52º 0.57% 0.27% -
HSV(B) 1.52º 0.72% 0.43% -
XYZ 7.06 4.38 1.7 -
YUV 54.8 114.01 166.66 -
System Red Green Blue C M Y K H S L
Decimal 109 32 30 0 0.71 0.72 0.57 1.52 0.57 0.27
Hex 6D 20 1E 0 47 48 39 2 39 1B
Octal 155 40 36 0 107 110 71 2 71 33
Binary 1101101 100000 11110 0 1000111 1001000 111001 10 111001 11011

Color Harmonies of #6D201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D201E

Black with #6D201E

Text Example


Text Example

White with #6D201E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D201E;
 }
 .AnyTagClassName
 {
   color: #6D201E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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