Html Css Color HEX #6D646C Salt Box

📋 copy color: '#6D646C'

red 109 ◦ green 100 ◦ blue 108

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

Shades of Salt Box #6D646C

Tints of Salt Box #6D646C

RGB

 RED value IS 109 (42.97% from 255) = 34.38%

 GREEN value IS 100 (39.45% from 255) = 31.55%

 BLUE value IS 108 (42.58% from 255) = 34.07%

R = 34.38%
G = 31.55%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#6D646C (or 0x6D646C) is known color: Salt Box. HEX triplet: 6D, 64 and 6C. RGB value is (109,100,108). Sum of RGB (Red+Green+Blue) = 109+100+108=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 109 - color contains mainly: red. Hex color #6D646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D646C is #929B93. Grayscale: #676767. Windows color (decimal): -9608084 or 7103597. OLE color: 7103597.

HSL color Cylindrical-coordinate representation of color #6D646C: hue angle of 306.67º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6D646C is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 100 108 -
CMYK 0 0.08 0.01 0.57
HSL 306.67º 0.04% 0.41% -
HSV(B) 306.67º 0.08% 0.43% -
XYZ 13.57 13.45 16.07 -
YUV 103.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 109 100 108 0 0.08 0.01 0.57 306.67 0.04 0.41
Hex 6D 64 6C 0 8 1 39 133 4 29
Octal 155 144 154 0 10 1 71 463 4 51
Binary 1101101 1100100 1101100 0 1000 1 111001 100110011 100 101001

Color Harmonies of #6D646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D646C

Black with #6D646C

Text Example


Text Example

White with #6D646C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,100,108); }

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

background-color css

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

 a { background-color: rgb(109,100,108); }

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

border-color css

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

 span { border-color: rgb(109,100,108); }

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