Html Css Color HEX #6E220D Red Oxide

📋 copy color: '#6E220D'

red 110 ◦ green 34 ◦ blue 13

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

Shades of Red Oxide #6E220D

Tints of Red Oxide #6E220D

RGB

 RED value IS 110 (43.36% from 255) = 70.06%

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

 BLUE value IS 13 (5.47% from 255) = 8.28%

R = 70.06%
G = 21.66%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#6E220D (or 0x6E220D) is known color: Red Oxide. HEX triplet: 6E, 22 and 0D. RGB value is (110,34,13). Sum of RGB (Red+Green+Blue) = 110+34+13=157 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.06% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 110 - color contains mainly: red. Hex color #6E220D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E220D is #91DDF2. Grayscale: #363636. Windows color (decimal): -9559539 or 860782. OLE color: 860782.

HSL color Cylindrical-coordinate representation of color #6E220D: hue angle of 12.99º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E220D is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 34 13 -
CMYK 0 0.69 0.88 0.57
HSL 12.99º 0.79% 0.24% -
HSV(B) 12.99º 0.88% 0.43% -
XYZ 7.08 4.49 0.87 -
YUV 54.33 104.68 167.71 -
System Red Green Blue C M Y K H S L
Decimal 110 34 13 0 0.69 0.88 0.57 12.99 0.79 0.24
Hex 6E 22 D 0 45 58 39 D 4F 18
Octal 156 42 15 0 105 130 71 15 117 30
Binary 1101110 100010 1101 0 1000101 1011000 111001 1101 1001111 11000

Color Harmonies of #6E220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E220D

Black with #6E220D

Text Example


Text Example

White with #6E220D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,34,13); }

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

background-color css

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

 a { background-color: rgb(110,34,13); }

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

border-color css

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

 span { border-color: rgb(110,34,13); }

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