Html Css Color HEX #6B494C Tosca

📋 copy color: '#6B494C'

red 107 ◦ green 73 ◦ blue 76

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

Shades of Tosca #6B494C

Tints of Tosca #6B494C

RGB

 RED value IS 107 (42.19% from 255) = 41.8%

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

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

R = 41.8%
G = 28.52%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#6B494C (or 0x6B494C) is known color: Tosca. HEX triplet: 6B, 49 and 4C. RGB value is (107,73,76). Sum of RGB (Red+Green+Blue) = 107+73+76=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 107 - color contains mainly: red. Hex color #6B494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B494C is #94B6B3. Grayscale: #535353. Windows color (decimal): -9746100 or 4999531. OLE color: 4999531.

HSL color Cylindrical-coordinate representation of color #6B494C: hue angle of 354.71º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B494C is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 73 76 -
CMYK 0 0.32 0.29 0.58
HSL 354.71º 0.19% 0.35% -
HSV(B) 354.71º 0.32% 0.42% -
XYZ 9.75 8.41 7.95 -
YUV 83.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 107 73 76 0 0.32 0.29 0.58 354.71 0.19 0.35
Hex 6B 49 4C 0 20 1D 3A 163 13 23
Octal 153 111 114 0 40 35 72 543 23 43
Binary 1101011 1001001 1001100 0 100000 11101 111010 101100011 10011 100011

Color Harmonies of #6B494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B494C

Black with #6B494C

Text Example


Text Example

White with #6B494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,73,76); }

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

background-color css

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

 a { background-color: rgb(107,73,76); }

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

border-color css

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

 span { border-color: rgb(107,73,76); }

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