Html Css Color HEX #6E424A Tosca

📋 copy color: '#6E424A'

red 110 ◦ green 66 ◦ blue 74

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

Shades of Tosca #6E424A

Tints of Tosca #6E424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.4%

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

R = 44%
G = 26.4%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#6E424A (or 0x6E424A) is known color: Tosca. HEX triplet: 6E, 42 and 4A. RGB value is (110,66,74). Sum of RGB (Red+Green+Blue) = 110+66+74=250 (33% of max value = 765). Red value is 110 (43.36% from 255 or 44% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 110 - color contains mainly: red. Hex color #6E424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E424A is #91BDB5. Grayscale: #505050. Windows color (decimal): -9551286 or 4866670. OLE color: 4866670.

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

Color convert

RGB 110 66 74 -
CMYK 0 0.4 0.33 0.57
HSL 349.09º 0.25% 0.35% -
HSV(B) 349.09º 0.4% 0.43% -
XYZ 9.61 7.71 7.46 -
YUV 80.07 124.58 149.35 -
System Red Green Blue C M Y K H S L
Decimal 110 66 74 0 0.4 0.33 0.57 349.09 0.25 0.35
Hex 6E 42 4A 0 28 21 39 15D 19 23
Octal 156 102 112 0 50 41 71 535 31 43
Binary 1101110 1000010 1001010 0 101000 100001 111001 101011101 11001 100011

Color Harmonies of #6E424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E424A

Black with #6E424A

Text Example


Text Example

White with #6E424A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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