Html Css Color HEX #6E434A Tosca

📋 copy color: '#6E434A'

red 110 ◦ green 67 ◦ blue 74

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

Shades of Tosca #6E434A

Tints of Tosca #6E434A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.69%

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

R = 43.82%
G = 26.69%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#6E434A (or 0x6E434A) is known color: Tosca. HEX triplet: 6E, 43 and 4A. RGB value is (110,67,74). Sum of RGB (Red+Green+Blue) = 110+67+74=251 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.82% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 110 - color contains mainly: red. Hex color #6E434A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E434A is #91BCB5. Grayscale: #505050. Windows color (decimal): -9551030 or 4866926. OLE color: 4866926.

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

Color convert

RGB 110 67 74 -
CMYK 0 0.39 0.33 0.57
HSL 350.23º 0.24% 0.35% -
HSV(B) 350.23º 0.39% 0.43% -
XYZ 9.67 7.82 7.48 -
YUV 80.66 124.25 148.93 -
System Red Green Blue C M Y K H S L
Decimal 110 67 74 0 0.39 0.33 0.57 350.23 0.24 0.35
Hex 6E 43 4A 0 27 21 39 15E 18 23
Octal 156 103 112 0 47 41 71 536 30 43
Binary 1101110 1000011 1001010 0 100111 100001 111001 101011110 11000 100011

Color Harmonies of #6E434A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E434A

Black with #6E434A

Text Example


Text Example

White with #6E434A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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