Html Css Color HEX #6D221F Red Oxide

📋 copy color: '#6D221F'

red 109 ◦ green 34 ◦ blue 31

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

Shades of Red Oxide #6D221F

Tints of Red Oxide #6D221F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.54%

 BLUE value IS 31 (12.5% from 255) = 17.82%

R = 62.64%
G = 19.54%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D221F (or 0x6D221F) is known color: Red Oxide. HEX triplet: 6D, 22 and 1F. RGB value is (109,34,31). Sum of RGB (Red+Green+Blue) = 109+34+31=174 (23% of max value = 765). Red value is 109 (42.97% from 255 or 62.64% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 109 - color contains mainly: red. Hex color #6D221F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D221F is #92DDE0. Grayscale: #383838. Windows color (decimal): -9625057 or 2040429. OLE color: 2040429.

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

Color convert

RGB 109 34 31 -
CMYK 0 0.69 0.72 0.57
HSL 2.31º 0.56% 0.27% -
HSV(B) 2.31º 0.72% 0.43% -
XYZ 7.13 4.49 1.79 -
YUV 56.08 113.85 165.74 -
System Red Green Blue C M Y K H S L
Decimal 109 34 31 0 0.69 0.72 0.57 2.31 0.56 0.27
Hex 6D 22 1F 0 45 48 39 2 38 1B
Octal 155 42 37 0 105 110 71 2 70 33
Binary 1101101 100010 11111 0 1000101 1001000 111001 10 111000 11011

Color Harmonies of #6D221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D221F

Black with #6D221F

Text Example


Text Example

White with #6D221F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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