Html Css Color HEX #6A1211 Red Oxide

📋 copy color: '#6A1211'

red 106 ◦ green 18 ◦ blue 17

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

Shades of Red Oxide #6A1211

Tints of Red Oxide #6A1211

RGB

 RED value IS 106 (41.8% from 255) = 75.18%

 GREEN value IS 18 (7.42% from 255) = 12.77%

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

R = 75.18%
G = 12.77%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.58

RGB Variations

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

Color information

#6A1211 (or 0x6A1211) is known color: Red Oxide. HEX triplet: 6A, 12 and 11. RGB value is (106,18,17). Sum of RGB (Red+Green+Blue) = 106+18+17=141 (18% of max value = 765). Red value is 106 (41.80% from 255 or 75.18% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A1211 is #95EDEE. Grayscale: #2C2C2C. Windows color (decimal): -9825775 or 1118826. OLE color: 1118826.

HSL color Cylindrical-coordinate representation of color #6A1211: hue angle of 0.67º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A1211 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 18 17 -
CMYK 0 0.83 0.84 0.58
HSL 0.67º 0.72% 0.24% -
HSV(B) 0.67º 0.84% 0.42% -
XYZ 6.26 3.54 0.88 -
YUV 44.2 112.65 172.08 -
System Red Green Blue C M Y K H S L
Decimal 106 18 17 0 0.83 0.84 0.58 0.67 0.72 0.24
Hex 6A 12 11 0 53 54 3A 1 48 18
Octal 152 22 21 0 123 124 72 1 110 30
Binary 1101010 10010 10001 0 1010011 1010100 111010 1 1001000 11000

Color Harmonies of #6A1211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1211

Black with #6A1211

Text Example


Text Example

White with #6A1211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,18,17); }

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

background-color css

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

 a { background-color: rgb(106,18,17); }

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

border-color css

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

 span { border-color: rgb(106,18,17); }

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