Html Css Color HEX #6E221A Red Oxide

📋 copy color: '#6E221A'

red 110 ◦ green 34 ◦ blue 26

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

Shades of Red Oxide #6E221A

Tints of Red Oxide #6E221A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.29%

R = 64.71%
G = 20%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.57

RGB Variations

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

Color information

#6E221A (or 0x6E221A) is known color: Red Oxide. HEX triplet: 6E, 22 and 1A. RGB value is (110,34,26). Sum of RGB (Red+Green+Blue) = 110+34+26=170 (22% of max value = 765). Red value is 110 (43.36% from 255 or 64.71% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 110 - color contains mainly: red. Hex color #6E221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E221A is #91DDE5. Grayscale: #373737. Windows color (decimal): -9559526 or 1712750. OLE color: 1712750.

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

Color convert

RGB 110 34 26 -
CMYK 0 0.69 0.76 0.57
HSL 5.71º 0.62% 0.27% -
HSV(B) 5.71º 0.76% 0.43% -
XYZ 7.19 4.53 1.47 -
YUV 55.81 111.18 166.65 -
System Red Green Blue C M Y K H S L
Decimal 110 34 26 0 0.69 0.76 0.57 5.71 0.62 0.27
Hex 6E 22 1A 0 45 4C 39 6 3E 1B
Octal 156 42 32 0 105 114 71 6 76 33
Binary 1101110 100010 11010 0 1000101 1001100 111001 110 111110 11011

Color Harmonies of #6E221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E221A

Black with #6E221A

Text Example


Text Example

White with #6E221A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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