Html Css Color HEX #6E4446 Tosca

📋 copy color: '#6E4446'

red 110 ◦ green 68 ◦ blue 70

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

Shades of Tosca #6E4446

Tints of Tosca #6E4446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.42%

 BLUE value IS 70 (27.73% from 255) = 28.23%

R = 44.35%
G = 27.42%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.57

RGB Variations

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

Color information

#6E4446 (or 0x6E4446) is known color: Tosca. HEX triplet: 6E, 44 and 46. RGB value is (110,68,70). Sum of RGB (Red+Green+Blue) = 110+68+70=248 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.35% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4446 is #91BBB9. Grayscale: #505050. Windows color (decimal): -9550778 or 4605038. OLE color: 4605038.

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

Color convert

RGB 110 68 70 -
CMYK 0 0.38 0.36 0.57
HSL 357.14º 0.24% 0.35% -
HSV(B) 357.14º 0.38% 0.43% -
XYZ 9.6 7.89 6.81 -
YUV 80.79 121.91 148.84 -
System Red Green Blue C M Y K H S L
Decimal 110 68 70 0 0.38 0.36 0.57 357.14 0.24 0.35
Hex 6E 44 46 0 26 24 39 165 18 23
Octal 156 104 106 0 46 44 71 545 30 43
Binary 1101110 1000100 1000110 0 100110 100100 111001 101100101 11000 100011

Color Harmonies of #6E4446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4446

Black with #6E4446

Text Example


Text Example

White with #6E4446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,68,70); }

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

background-color css

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

 a { background-color: rgb(110,68,70); }

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

border-color css

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

 span { border-color: rgb(110,68,70); }

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