Html Css Color HEX #6E2E30 Tamarillo

📋 copy color: '#6E2E30'

red 110 ◦ green 46 ◦ blue 48

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

Shades of Tamarillo #6E2E30

Tints of Tamarillo #6E2E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 23.53%

R = 53.92%
G = 22.55%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.57

RGB Variations

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

Color information

#6E2E30 (or 0x6E2E30) is known color: Tamarillo. HEX triplet: 6E, 2E and 30. RGB value is (110,46,48). Sum of RGB (Red+Green+Blue) = 110+46+48=204 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.92% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2E30 is #91D1CF. Grayscale: #414141. Windows color (decimal): -9556432 or 3157614. OLE color: 3157614.

HSL color Cylindrical-coordinate representation of color #6E2E30: hue angle of 358.12º 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 #6E2E30 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 46 48 -
CMYK 0 0.58 0.56 0.57
HSL 358.13º 0.41% 0.31% -
HSV(B) 358.13º 0.58% 0.43% -
XYZ 7.94 5.48 3.44 -
YUV 65.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 110 46 48 0 0.58 0.56 0.57 358.13 0.41 0.31
Hex 6E 2E 30 0 3A 38 39 166 29 1F
Octal 156 56 60 0 72 70 71 546 51 37
Binary 1101110 101110 110000 0 111010 111000 111001 101100110 101001 11111

Color Harmonies of #6E2E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2E30

Black with #6E2E30

Text Example


Text Example

White with #6E2E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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