Html Css Color HEX #6D616C Salt Box

📋 copy color: '#6D616C'

red 109 ◦ green 97 ◦ blue 108

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

Shades of Salt Box #6D616C

Tints of Salt Box #6D616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.89%

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

R = 34.71%
G = 30.89%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#6D616C (or 0x6D616C) is known color: Salt Box. HEX triplet: 6D, 61 and 6C. RGB value is (109,97,108). Sum of RGB (Red+Green+Blue) = 109+97+108=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 109 - color contains mainly: red. Hex color #6D616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D616C is #929E93. Grayscale: #656565. Windows color (decimal): -9608852 or 7102829. OLE color: 7102829.

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

Color convert

RGB 109 97 108 -
CMYK 0 0.11 0.01 0.57
HSL 305º 0.06% 0.4% -
HSV(B) 305º 0.11% 0.43% -
XYZ 13.29 12.88 15.97 -
YUV 101.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 109 97 108 0 0.11 0.01 0.57 305 0.06 0.4
Hex 6D 61 6C 0 B 1 39 131 6 28
Octal 155 141 154 0 13 1 71 461 6 50
Binary 1101101 1100001 1101100 0 1011 1 111001 100110001 110 101000

Color Harmonies of #6D616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D616C

Black with #6D616C

Text Example


Text Example

White with #6D616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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