Html Css Color HEX #6E2E31 Tamarillo

📋 copy color: '#6E2E31'

red 110 ◦ green 46 ◦ blue 49

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

Shades of Tamarillo #6E2E31

Tints of Tamarillo #6E2E31

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.44%

 BLUE value IS 49 (19.53% from 255) = 23.9%

R = 53.66%
G = 22.44%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.57

RGB Variations

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

Color information

#6E2E31 (or 0x6E2E31) is known color: Tamarillo. HEX triplet: 6E, 2E and 31. RGB value is (110,46,49). Sum of RGB (Red+Green+Blue) = 110+46+49=205 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.66% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2E31 is #91D1CE. Grayscale: #414141. Windows color (decimal): -9556431 or 3223150. OLE color: 3223150.

HSL color Cylindrical-coordinate representation of color #6E2E31: hue angle of 357.19º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E2E31 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 46 49 -
CMYK 0 0.58 0.55 0.57
HSL 357.19º 0.41% 0.31% -
HSV(B) 357.19º 0.58% 0.43% -
XYZ 7.96 5.49 3.55 -
YUV 65.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 110 46 49 0 0.58 0.55 0.57 357.19 0.41 0.31
Hex 6E 2E 31 0 3A 37 39 165 29 1F
Octal 156 56 61 0 72 67 71 545 51 37
Binary 1101110 101110 110001 0 111010 110111 111001 101100101 101001 11111

Color Harmonies of #6E2E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2E31

Black with #6E2E31

Text Example


Text Example

White with #6E2E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,46,49); }

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

background-color css

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

 a { background-color: rgb(110,46,49); }

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

border-color css

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

 span { border-color: rgb(110,46,49); }

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