Html Css Color HEX #6E2117 Red Oxide

📋 copy color: '#6E2117'

red 110 ◦ green 33 ◦ blue 23

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

Shades of Red Oxide #6E2117

Tints of Red Oxide #6E2117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.88%

 BLUE value IS 23 (9.38% from 255) = 13.86%

R = 66.27%
G = 19.88%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.79

 K value IS 0.57

RGB Variations

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

Color information

#6E2117 (or 0x6E2117) is known color: Red Oxide. HEX triplet: 6E, 21 and 17. RGB value is (110,33,23). Sum of RGB (Red+Green+Blue) = 110+33+23=166 (21% of max value = 765). Red value is 110 (43.36% from 255 or 66.27% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E2117 is #91DEE8. Grayscale: #373737. Windows color (decimal): -9559785 or 1515886. OLE color: 1515886.

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

Color convert

RGB 110 33 23 -
CMYK 0 0.7 0.79 0.57
HSL 6.9º 0.65% 0.26% -
HSV(B) 6.9º 0.79% 0.43% -
XYZ 7.13 4.46 1.3 -
YUV 54.88 110.01 167.31 -
System Red Green Blue C M Y K H S L
Decimal 110 33 23 0 0.7 0.79 0.57 6.9 0.65 0.26
Hex 6E 21 17 0 46 4F 39 7 41 1A
Octal 156 41 27 0 106 117 71 7 101 32
Binary 1101110 100001 10111 0 1000110 1001111 111001 111 1000001 11010

Color Harmonies of #6E2117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2117

Black with #6E2117

Text Example


Text Example

White with #6E2117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,33,23); }

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

background-color css

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

 a { background-color: rgb(110,33,23); }

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

border-color css

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

 span { border-color: rgb(110,33,23); }

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