Html Css Color HEX #6D211E Red Oxide

📋 copy color: '#6D211E'

red 109 ◦ green 33 ◦ blue 30

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

Shades of Red Oxide #6D211E

Tints of Red Oxide #6D211E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.19%

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

R = 63.37%
G = 19.19%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D211E (or 0x6D211E) is known color: Red Oxide. HEX triplet: 6D, 21 and 1E. RGB value is (109,33,30). Sum of RGB (Red+Green+Blue) = 109+33+30=172 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.37% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 109 - color contains mainly: red. Hex color #6D211E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D211E is #92DEE1. Grayscale: #373737. Windows color (decimal): -9625314 or 1974637. OLE color: 1974637.

HSL color Cylindrical-coordinate representation of color #6D211E: hue angle of 2.28º 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 #6D211E is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 33 30 -
CMYK 0 0.70 0.72 0.57
HSL 2.28º 0.57% 0.27% -
HSV(B) 2.28º 0.72% 0.43% -
XYZ 7.08 4.43 1.71 -
YUV 55.38 113.68 166.24 -
System Red Green Blue C M Y K H S L
Decimal 109 33 30 0 0.70 0.72 0.57 2.28 0.57 0.27
Hex 6D 21 1E 0 46 48 39 2 39 1B
Octal 155 41 36 0 106 110 71 2 71 33
Binary 1101101 100001 11110 0 1000110 1001000 111001 10 111001 11011

Color Harmonies of #6D211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D211E

Black with #6D211E

Text Example


Text Example

White with #6D211E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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