Html Css Color HEX #6D676C Salt Box

📋 copy color: '#6D676C'

red 109 ◦ green 103 ◦ blue 108

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

Shades of Salt Box #6D676C

Tints of Salt Box #6D676C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.19%

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

R = 34.06%
G = 32.19%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#6D676C (or 0x6D676C) is known color: Salt Box. HEX triplet: 6D, 67 and 6C. RGB value is (109,103,108). Sum of RGB (Red+Green+Blue) = 109+103+108=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 109 - color contains mainly: red. Hex color #6D676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D676C is #929893. Grayscale: #696969. Windows color (decimal): -9607316 or 7104365. OLE color: 7104365.

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

Color convert

RGB 109 103 108 -
CMYK 0 0.06 0.01 0.57
HSL 310º 0.03% 0.42% -
HSV(B) 310º 0.06% 0.43% -
XYZ 13.86 14.03 16.17 -
YUV 105.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 109 103 108 0 0.06 0.01 0.57 310 0.03 0.42
Hex 6D 67 6C 0 6 1 39 136 3 2A
Octal 155 147 154 0 6 1 71 466 3 52
Binary 1101101 1100111 1101100 0 110 1 111001 100110110 11 101010

Color Harmonies of #6D676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D676C

Black with #6D676C

Text Example


Text Example

White with #6D676C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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