Html Css Color HEX #6D2011 Red Oxide

📋 copy color: '#6D2011'

red 109 ◦ green 32 ◦ blue 17

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

Shades of Red Oxide #6D2011

Tints of Red Oxide #6D2011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.76%

R = 68.99%
G = 20.25%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.57

RGB Variations

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

Color information

#6D2011 (or 0x6D2011) is known color: Red Oxide. HEX triplet: 6D, 20 and 11. RGB value is (109,32,17). Sum of RGB (Red+Green+Blue) = 109+32+17=158 (20% of max value = 765). Red value is 109 (42.97% from 255 or 68.99% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2011 is #92DFEE. Grayscale: #353535. Windows color (decimal): -9625583 or 1122413. OLE color: 1122413.

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

Color convert

RGB 109 32 17 -
CMYK 0 0.71 0.84 0.57
HSL 9.78º 0.73% 0.25% -
HSV(B) 9.78º 0.84% 0.43% -
XYZ 6.92 4.32 1 -
YUV 53.31 107.51 167.72 -
System Red Green Blue C M Y K H S L
Decimal 109 32 17 0 0.71 0.84 0.57 9.78 0.73 0.25
Hex 6D 20 11 0 47 54 39 A 49 19
Octal 155 40 21 0 107 124 71 12 111 31
Binary 1101101 100000 10001 0 1000111 1010100 111001 1010 1001001 11001

Color Harmonies of #6D2011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2011

Black with #6D2011

Text Example


Text Example

White with #6D2011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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