Html Css Color HEX #6D596B Salt Box

📋 copy color: '#6D596B'

red 109 ◦ green 89 ◦ blue 107

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

Shades of Salt Box #6D596B

Tints of Salt Box #6D596B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.18%

 BLUE value IS 107 (42.19% from 255) = 35.08%

R = 35.74%
G = 29.18%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6D596B (or 0x6D596B) is known color: Salt Box. HEX triplet: 6D, 59 and 6B. RGB value is (109,89,107). Sum of RGB (Red+Green+Blue) = 109+89+107=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 109 - color contains mainly: red. Hex color #6D596B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D596B is #92A694. Grayscale: #606060. Windows color (decimal): -9610901 or 7035245. OLE color: 7035245.

HSL color Cylindrical-coordinate representation of color #6D596B: hue angle of 306º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D596B is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 89 107 -
CMYK 0 0.18 0.02 0.57
HSL 306º 0.1% 0.39% -
HSV(B) 306º 0.18% 0.43% -
XYZ 12.53 11.46 15.46 -
YUV 97.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 109 89 107 0 0.18 0.02 0.57 306 0.1 0.39
Hex 6D 59 6B 0 12 2 39 132 A 27
Octal 155 131 153 0 22 2 71 462 12 47
Binary 1101101 1011001 1101011 0 10010 10 111001 100110010 1010 100111

Color Harmonies of #6D596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D596B

Black with #6D596B

Text Example


Text Example

White with #6D596B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,89,107); }

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

background-color css

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

 a { background-color: rgb(109,89,107); }

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

border-color css

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

 span { border-color: rgb(109,89,107); }

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