Html Css Color HEX #6E494A Tosca

📋 copy color: '#6E494A'

red 110 ◦ green 73 ◦ blue 74

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

Shades of Tosca #6E494A

Tints of Tosca #6E494A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.4%

 BLUE value IS 74 (29.3% from 255) = 28.79%

R = 42.8%
G = 28.4%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#6E494A (or 0x6E494A) is known color: Tosca. HEX triplet: 6E, 49 and 4A. RGB value is (110,73,74). Sum of RGB (Red+Green+Blue) = 110+73+74=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 110 - color contains mainly: red. Hex color #6E494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E494A is #91B6B5. Grayscale: #545454. Windows color (decimal): -9549494 or 4868462. OLE color: 4868462.

HSL color Cylindrical-coordinate representation of color #6E494A: hue angle of 358.38º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E494A is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 73 74 -
CMYK 0 0.34 0.33 0.57
HSL 358.38º 0.2% 0.36% -
HSV(B) 358.38º 0.34% 0.43% -
XYZ 10.05 8.57 7.6 -
YUV 84.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 110 73 74 0 0.34 0.33 0.57 358.38 0.2 0.36
Hex 6E 49 4A 0 22 21 39 166 14 24
Octal 156 111 112 0 42 41 71 546 24 44
Binary 1101110 1001001 1001010 0 100010 100001 111001 101100110 10100 100100

Color Harmonies of #6E494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E494A

Black with #6E494A

Text Example


Text Example

White with #6E494A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,73,74); }

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

background-color css

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

 a { background-color: rgb(110,73,74); }

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

border-color css

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

 span { border-color: rgb(110,73,74); }

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