Html Css Color HEX #6E4B4C Tosca

📋 copy color: '#6E4B4C'

red 110 ◦ green 75 ◦ blue 76

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

Shades of Tosca #6E4B4C

Tints of Tosca #6E4B4C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.74%

 BLUE value IS 76 (30.08% from 255) = 29.12%

R = 42.15%
G = 28.74%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#6E4B4C (or 0x6E4B4C) is known color: Tosca. HEX triplet: 6E, 4B and 4C. RGB value is (110,75,76). Sum of RGB (Red+Green+Blue) = 110+75+76=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4B4C is #91B4B3. Grayscale: #555555. Windows color (decimal): -9548980 or 5000046. OLE color: 5000046.

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

Color convert

RGB 110 75 76 -
CMYK 0 0.32 0.31 0.57
HSL 358.29º 0.19% 0.36% -
HSV(B) 358.29º 0.32% 0.43% -
XYZ 10.25 8.87 8.01 -
YUV 85.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 110 75 76 0 0.32 0.31 0.57 358.29 0.19 0.36
Hex 6E 4B 4C 0 20 1F 39 166 13 24
Octal 156 113 114 0 40 37 71 546 23 44
Binary 1101110 1001011 1001100 0 100000 11111 111001 101100110 10011 100100

Color Harmonies of #6E4B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4B4C

Black with #6E4B4C

Text Example


Text Example

White with #6E4B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,75,76); }

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

background-color css

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

 a { background-color: rgb(110,75,76); }

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

border-color css

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

 span { border-color: rgb(110,75,76); }

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