Html Css Color HEX #6B494B Tosca

📋 copy color: '#6B494B'

red 107 ◦ green 73 ◦ blue 75

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

Shades of Tosca #6B494B

Tints of Tosca #6B494B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.41%

R = 41.96%
G = 28.63%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6B494B (or 0x6B494B) is known color: Tosca. HEX triplet: 6B, 49 and 4B. RGB value is (107,73,75). Sum of RGB (Red+Green+Blue) = 107+73+75=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 107 - color contains mainly: red. Hex color #6B494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B494B is #94B6B4. Grayscale: #535353. Windows color (decimal): -9746101 or 4933995. OLE color: 4933995.

HSL color Cylindrical-coordinate representation of color #6B494B: hue angle of 356.47º 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 #6B494B is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 73 75 -
CMYK 0 0.32 0.30 0.58
HSL 356.47º 0.19% 0.35% -
HSV(B) 356.47º 0.32% 0.42% -
XYZ 9.72 8.4 7.77 -
YUV 83.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 107 73 75 0 0.32 0.30 0.58 356.47 0.19 0.35
Hex 6B 49 4B 0 20 1E 3A 164 13 23
Octal 153 111 113 0 40 36 72 544 23 43
Binary 1101011 1001001 1001011 0 100000 11110 111010 101100100 10011 100011

Color Harmonies of #6B494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B494B

Black with #6B494B

Text Example


Text Example

White with #6B494B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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